--- PApp-SQL/Changes 2002/06/26 03:26:39 1.9 +++ PApp-SQL/Changes 2004/01/28 19:58:19 1.13 @@ -1,5 +1,18 @@ This is the change log for the perl extension PApp::SQL. +0.143 Wed Jan 28 20:03:52 MET 2004 (oesi) + - force bind-variables to utf8 before binding (for sql_u*) + (Stefan Traby). + +0.142 Thu Nov 7 02:57:30 CET 2002 + - work around what looks like a memory leak inside + DBI when execute is called with tied hashelements. + +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