--- PApp-SQL/Changes 2001/02/10 01:28:26 1.2 +++ PApp-SQL/Changes 2002/02/27 04:32:39 1.7 @@ -1,5 +1,17 @@ This is the change log for the perl extension PApp::SQL. +0.13 Wed Feb 27 05:29:06 CET 2002 + - sql_u* functions were not forcing utf8 on their return values. + +0.1241 Mon Dec 31 04:03:37 CET 2001 + - mysql_client_found_rows set by default on mysql-connects. + +0.124 Sat Aug 11 03:02:45 CEST 2001 + - new methods sql_uexec, sql_ufetch, sql_ufetchall that force/upgrade + to utf8. + - added COPYING. + +0.121 Mon Feb 12 16:56:21 CET 2001 - set InactiveDestroy for all handles in reinitialize instead of closing them. @@ -11,10 +23,10 @@ Changes done while this was a part of PApp include: 0.11 - - 5.5-ified SQL/SQL.xs. + - 5.005-ified SQL/SQL.xs. 0.10 - - PApp::SQL now tries to reconnect two times. + - PApp::SQL now tries to reconnect twice. 0.08 Sun Jun 18 23:53:50 CEST 2000 - fixed memory corruption bug in SQL.xs that happens @@ -23,5 +35,7 @@ - PApp::SQL::*fetch methods call finish on the statement handle, as does sql_exec in void context. +Even older, prehistoric versions of this module under other names +obviously had no Changes file (that's why it's called _pre_historic).