--- PApp-SQL/Changes 2009/06/21 00:28:18 1.23 +++ PApp-SQL/Changes 2009/06/21 03:30:00 1.24 @@ -1,5 +1,12 @@ This is the change log for the perl extension PApp::SQL. +1.05 + - check statement handles for active state, to avoid using + a cached statement handle that is currently active + (good for recursive invocations, and threads). + - allow cache sizes of 0, do not crash. + - reduce max cached statement length from 8k to 4k. + 1.04 Sun Jun 21 02:27:46 CEST 2009 - be more Coro/thread friendly by actually making a copy of the database handle inside sql_exec.