--- parser3/src/sql/pa_sql_driver.h 2004/06/18 15:55:47 1.41 +++ parser3/src/sql/pa_sql_driver.h 2005/08/09 08:14:53 1.43 @@ -1,7 +1,7 @@ /** @file Parser: sql driver interface. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 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 * const IDENT_SQL_DRIVER_H="$Date: 2004/06/18 15:55:47 $"; +static const char * const IDENT_SQL_DRIVER_H="$Date: 2005/08/09 08:14:53 $"; #include #include @@ -117,6 +117,8 @@ public: class SQL_Driver { public: + /// @todo can be optimized to contain type information, + /// to pass IN and OUT int/double NOT in string format struct Placeholder { const char* name; const char* value;