--- PApp-SQL/Changes 2002/02/27 04:32:39 1.7 +++ PApp-SQL/Changes 2002/08/02 03:30:01 1.10 @@ -1,5 +1,19 @@ This is the change log for the perl extension PApp::SQL. +0.141 Fri Aug 2 05:29:31 CEST 2002 + - only "small" (<8k size) statements are cached, larger ones + are thrown away on the assumption that these won't likely be + repeated. + +0.14 Wed Jun 26 03:42:30 CEST 2002 + - the sql_*fetch* functions now make mortal copies of + the values returned by DBI. This is slower but ensures + correctness in spire of perl's own optimizations ;) + +0.131 Wed Apr 10 21:56:56 CEST 2002 + - removed references to using $DBH in the callers package, which + doesn't work. + 0.13 Wed Feb 27 05:29:06 CET 2002 - sql_u* functions were not forcing utf8 on their return values.