ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Changes
(Generate patch)

Comparing PApp-SQL/Changes (file contents):
Revision 1.14 by root, Thu Sep 1 08:57:28 2005 UTC vs.
Revision 1.18 by root, Fri Mar 3 14:12:22 2006 UTC

1This is the change log for the perl extension PApp::SQL. 1This is the change log for the perl extension PApp::SQL.
2
31.02 Fri Mar 3 15:11:23 CET 2006
4 - fixed a bug with argument passing to connect_cached in checked_dbh.
5 - sqlite sql_insertid support.
6 - added Changes file.
2 7
31.0 Thu Sep 1 10:53:32 CEST 2005 81.0 Thu Sep 1 10:53:32 CEST 2005
4 - avoid some cast warnings. 9 - avoid some cast warnings.
5 - it has been extremely well-tested, so bump to 1.0. 10 - it has been extremely well-tested, so bump to 1.0.
6 11
18 repeated. 23 repeated.
19 24
200.14 Wed Jun 26 03:42:30 CEST 2002 250.14 Wed Jun 26 03:42:30 CEST 2002
21 - the sql_*fetch* functions now make mortal copies of 26 - the sql_*fetch* functions now make mortal copies of
22 the values returned by DBI. This is slower but ensures 27 the values returned by DBI. This is slower but ensures
23 correctness in spire of perl's own optimizations ;) 28 correctness in spite of perl's own optimizations ;)
24 29
250.131 Wed Apr 10 21:56:56 CEST 2002 300.131 Wed Apr 10 21:56:56 CEST 2002
26 - removed references to using $DBH in the callers package, which 31 - removed references to using $DBH in the callers package, which
27 doesn't work. 32 doesn't work.
28 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines