--- PApp-SQL/Changes 2005/09/01 08:57:28 1.14 +++ PApp-SQL/Changes 2006/01/09 06:10:39 1.16 @@ -1,5 +1,8 @@ This is the change log for the perl extension PApp::SQL. +1.01 + - sqlite sql_insertid support. + 1.0 Thu Sep 1 10:53:32 CEST 2005 - avoid some cast warnings. - it has been extremely well-tested, so bump to 1.0. @@ -20,7 +23,7 @@ 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 ;) + correctness in spite 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