--- parser3/src/classes/table.C 2004/12/23 14:51:31 1.207 +++ parser3/src/classes/table.C 2005/08/05 13:02:58 1.208.6.1 @@ -1,11 +1,11 @@ /** @file Parser: @b table parser class. - 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) */ -static const char * const IDENT_TABLE_C="$Date: 2004/12/23 14:51:31 $"; +static const char * const IDENT_TABLE_C="$Date: 2005/08/05 13:02:58 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -981,7 +981,7 @@ static void _sql(Request& r, MethodParam #endif r.connection()->query( statement_cstr, - 0, 0, + placeholders_count, placeholders, offset, limit, handlers, statement_string);