--- parser3/src/sql/pa_sql_driver.h 2002/12/09 12:19:16 1.32 +++ parser3/src/sql/pa_sql_driver.h 2003/01/21 15:51:16 1.34 @@ -1,7 +1,7 @@ /** @file Parser: sql driver interface. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) @@ -26,7 +26,7 @@ #ifndef PA_SQL_DRIVER_H #define PA_SQL_DRIVER_H -static const char* IDENT_SQL_DRIVER_H="$Date: 2002/12/09 12:19:16 $"; +static const char* IDENT_SQL_DRIVER_H="$Date: 2003/01/21 15:51:16 $"; #include @@ -82,7 +82,7 @@ public: /// throw C++ exception from prepared virtual void propagate_exception() =0; /// helper func - void _throw(const char *comment) { _throw(SQL_Error(0, 0, comment)); } + void _throw(const char *comment) { _throw(SQL_Error("sql.connect", 0, comment)); } public: /// regretrully public, because can't make stack frames: "nowhere to return to" jmp_buf mark;