Diff for /sql/pgsql/parser3pgsql.C between versions 1.2 and 1.3

version 1.2, 2001/10/29 08:57:58 version 1.3, 2001/11/11 11:01:47
Line 63  public: Line 63  public:
         /// get api version          /// get api version
         int api_version() { return SQL_DRIVER_API_VERSION; }          int api_version() { return SQL_DRIVER_API_VERSION; }
         /// initialize driver by loading sql dynamic link library          /// initialize driver by loading sql dynamic link library
         const char *initialize(const char *dlopen_file_spec) {          const char *initialize(char *dlopen_file_spec) {
                 return dlopen_file_spec?                  return dlopen_file_spec?
                         dlink(dlopen_file_spec):"client library column is empty";                          dlink(dlopen_file_spec):"client library column is empty";
         }          }

Removed from v.1.2  
changed lines
  Added in v.1.3


E-mail: