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

Comparing PApp-SQL/Changes (file contents):
Revision 1.5 by root, Sat Aug 11 02:46:16 2001 UTC vs.
Revision 1.9 by root, Wed Jun 26 03:26:39 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.14 Wed Jun 26 03:42:30 CEST 2002
4 - the sql_*fetch* functions now make mortal copies of
5 the values returned by DBI. This is slower but ensures
6 correctness in spire of perl's own optimizations ;)
7
80.131 Wed Apr 10 21:56:56 CEST 2002
9 - removed references to using $DBH in the callers package, which
10 doesn't work.
11
120.13 Wed Feb 27 05:29:06 CET 2002
13 - sql_u* functions were not forcing utf8 on their return values.
14
150.1241 Mon Dec 31 04:03:37 CET 2001
16 - mysql_client_found_rows set by default on mysql-connects.
2 17
30.124 Sat Aug 11 03:02:45 CEST 2001 180.124 Sat Aug 11 03:02:45 CEST 2001
4 - new methods sql_uexec, sql_ufetch, sql_ufetchall that force/upgrade 19 - new methods sql_uexec, sql_ufetch, sql_ufetchall that force/upgrade
5 to utf8. 20 to utf8.
6 - added COPYING. 21 - added COPYING.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines