--- parser3/src/main/pa_sql_driver_manager.C 2001/08/20 13:22:05 1.24 +++ parser3/src/main/pa_sql_driver_manager.C 2001/08/24 07:04:52 1.26 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: pa_sql_driver_manager.C,v 1.24 2001/08/20 13:22:05 parser Exp $"; +static const char *RCSId="$Id: pa_sql_driver_manager.C,v 1.26 2001/08/24 07:04:52 parser Exp $"; #include "pa_sql_driver_manager.h" #include "ltdl.h" @@ -151,7 +151,7 @@ SQL_Connection& SQL_Driver_manager::get_ PTHROW(0, 0, library, "driver failed to initialize client library '%s', %s", - specified_dlopen_file_spec?dlopen_file_spec_cstr:"unspeciifed", + specified_dlopen_file_spec?dlopen_file_spec_cstr:"unspecifed", error); // cache it @@ -229,7 +229,7 @@ static void expire_connection(Array::Ite SQL_Connection& connection=*static_cast(value); time_t older_dies=reinterpret_cast(info); - if(connection.expired(older_dies)) + //if(connection.expired(older_dies)) connection.disconnect(); } static void expire_connections(const Hash::Key& key, Hash::Val *value, void *info) {