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.20 by root, Sat Jan 19 09:00:25 2008 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.03 Sat Jan 19 09:56:26 CET 2008
4 - work around API changes in perl 5.10.
5
61.02 Fri Mar 3 15:11:23 CET 2006
7 - fixed a bug with argument passing to connect_cached in checked_dbh.
8 - sqlite sql_insertid support.
9 - added Changes file.
2 10
31.0 Thu Sep 1 10:53:32 CEST 2005 111.0 Thu Sep 1 10:53:32 CEST 2005
4 - avoid some cast warnings. 12 - avoid some cast warnings.
5 - it has been extremely well-tested, so bump to 1.0. 13 - it has been extremely well-tested, so bump to 1.0.
6 14
18 repeated. 26 repeated.
19 27
200.14 Wed Jun 26 03:42:30 CEST 2002 280.14 Wed Jun 26 03:42:30 CEST 2002
21 - the sql_*fetch* functions now make mortal copies of 29 - the sql_*fetch* functions now make mortal copies of
22 the values returned by DBI. This is slower but ensures 30 the values returned by DBI. This is slower but ensures
23 correctness in spire of perl's own optimizations ;) 31 correctness in spite of perl's own optimizations ;)
24 32
250.131 Wed Apr 10 21:56:56 CEST 2002 330.131 Wed Apr 10 21:56:56 CEST 2002
26 - removed references to using $DBH in the callers package, which 34 - removed references to using $DBH in the callers package, which
27 doesn't work. 35 doesn't work.
28 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines