Diff for /parser3/src/sql/pa_sql_driver.h between versions 1.23 and 1.24

version 1.23, 2001/11/11 12:19:37 version 1.24, 2001/11/16 12:38:44
Line 46  public: Line 46  public:
         jmp_buf mark;          jmp_buf mark;
 };  };
   
 #define SQL_DRIVER_API_VERSION 0x0002  #define SQL_DRIVER_API_VERSION 0x0003
 #define SQL_DRIVER_CREATE create  #define SQL_DRIVER_CREATE create /* used in driver implementation */
 #define SQL_DRIVER_CREATE_NAME "create" /* could not figure out how to # it :( */  #define SQL_DRIVER_CREATE_NAME "create" /* could not figure out how to # it :( */
   
 /// events, occuring when SQL_Driver::query()-ing  /// events, occuring when SQL_Driver::query()-ing

Removed from v.1.23  
changed lines
  Added in v.1.24


E-mail: