--- parser3/src/classes/hash.C 2001/05/21 15:44:53 1.1.2.1 +++ parser3/src/classes/hash.C 2001/05/21 16:38:46 1.3 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: hash.C,v 1.1.2.1 2001/05/21 15:44:53 parser Exp $ + $Id: hash.C,v 1.3 2001/05/21 16:38:46 parser Exp $ */ #include "classes.h" @@ -79,7 +79,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 @@ -88,7 +88,6 @@ static void _sql(Request& r, const Strin &statement_string, // setting more specific source [were url] rethrow_me.comment()); -// r.self->set_name(method_name); Hash& rows_hash=static_cast(r.self)->hash(); rows_hash.clear();