This is the change log for the perl extension PApp::SQL. - set InactiveDestroy for all handles in reinitialize instead of closing them. 0.12 Mon Feb 5 13:42:20 CET 2001 - seperated from the PApp package. - fixes for 5.005 compatibility. - renamed $database to $Database. Changes done while this was a part of PApp include: 0.11 - 5.5-ified SQL/SQL.xs. 0.10 - PApp::SQL now tries to reconnect two times. 0.08 Sun Jun 18 23:53:50 CEST 2000 - fixed memory corruption bug in SQL.xs that happens because mod_perl BOOT:'s the same object twice :( - PApp::Env and PApp::SQL should be more resistent to restarts. - PApp::SQL::*fetch methods call finish on the statement handle, as does sql_exec in void context.