--- parser3/src/classes/table.C 2001/05/21 16:38:46 1.82 +++ parser3/src/classes/table.C 2001/06/29 08:35:26 1.87 @@ -4,9 +4,8 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: table.C,v 1.82 2001/05/21 16:38:46 parser Exp $ */ +static const char *RCSId="$Id: table.C,v 1.87 2001/06/29 08:35:26 parser Exp $"; #include "pa_config_includes.h" @@ -246,7 +245,7 @@ static void store_column_item_to_hash(Ar if(const String *column_item=ri.table->item(column_name)) value=new(*ri.pool) VString(*column_item); else - value=new(*ri.pool) VUnknown(*ri.pool); + value=new(*ri.pool) VVoid(*ri.pool); ri.hash->put(column_name, value); } static void _record(Request& r, const String& method_name, MethodParams *) { @@ -531,9 +530,10 @@ static void _sql(Request& r, const Strin for(unsigned int i=0; i