Diff for /parser3/src/sql/pa_sql_driver.h between versions 1.44 and 1.45

version 1.44, 2008/06/26 09:42:35 version 1.45, 2008/06/26 14:42:09
Line 38  static const char * const IDENT_SQL_DRIV Line 38  static const char * const IDENT_SQL_DRIV
         9 introducing placeholders          9 introducing placeholders
         10 limit fixed (default: SQL_NO_LIMIT [ULONG_MAX]), path to document_root added          10 limit fixed (default: SQL_NO_LIMIT [ULONG_MAX]), path to document_root added
 */  */
 //#define SQL_DRIVER_API_VERSION 10  #define SQL_DRIVER_API_VERSION 10
 #define SQL_DRIVER_API_VERSION 9  //#define SQL_DRIVER_API_VERSION 9
 #define SQL_DRIVER_CREATE create /* used in driver implementation */  #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 :( */
   
 //#define SQL_NO_LIMIT ULONG_MAX  #define SQL_NO_LIMIT ULONG_MAX
 #define SQL_NO_LIMIT 0  //#define SQL_NO_LIMIT 0
   
 /// fields are freed elsewhere  /// fields are freed elsewhere
 class SQL_Error {  class SQL_Error {

Removed from v.1.44  
changed lines
  Added in v.1.45


E-mail: