--- parser3/src/classes/table.C 2001/05/21 16:01:10 1.81 +++ parser3/src/classes/table.C 2001/05/21 17:13:57 1.83 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: table.C,v 1.81 2001/05/21 16:01:10 parser Exp $ + $Id: table.C,v 1.83 2001/05/21 17:13:57 parser Exp $ */ #include "pa_config_includes.h" @@ -246,7 +246,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) VNothing(*ri.pool); ri.hash->put(column_name, value); } static void _record(Request& r, const String& method_name, MethodParams *) { @@ -505,7 +505,7 @@ static void _sql(Request& r, const Strin &sql_column_count, &sql_columns, &sql_row_count, &sql_rows); } - PCATCH(e) { // connect/process problem + PCATCH(e) { // query problem rethrow_me=e; need_rethrow=true; } PEND_CATCH