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

Comparing PApp-SQL/Changes (file contents):
Revision 1.7 by root, Wed Feb 27 04:32:39 2002 UTC vs.
Revision 1.11 by root, Thu Nov 7 01:57:58 2002 UTC

1This is the change log for the perl extension PApp::SQL. 1This is the change log for the perl extension PApp::SQL.
2
30.142 Thu Nov 7 02:57:30 CET 2002
4 - work around what looks like a memory leak inside
5 DBI when execute is called with tied hashelements.
6
70.141 Fri Aug 2 05:29:31 CEST 2002
8 - only "small" (<8k size) statements are cached, larger ones
9 are thrown away on the assumption that these won't likely be
10 repeated.
11
120.14 Wed Jun 26 03:42:30 CEST 2002
13 - the sql_*fetch* functions now make mortal copies of
14 the values returned by DBI. This is slower but ensures
15 correctness in spire of perl's own optimizations ;)
16
170.131 Wed Apr 10 21:56:56 CEST 2002
18 - removed references to using $DBH in the callers package, which
19 doesn't work.
2 20
30.13 Wed Feb 27 05:29:06 CET 2002 210.13 Wed Feb 27 05:29:06 CET 2002
4 - sql_u* functions were not forcing utf8 on their return values. 22 - sql_u* functions were not forcing utf8 on their return values.
5 23
60.1241 Mon Dec 31 04:03:37 CET 2001 240.1241 Mon Dec 31 04:03:37 CET 2001

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines