ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Changes
Revision: 1.4
Committed: Sun Apr 22 14:38:27 2001 UTC (23 years, 1 month ago) by root
Branch: MAIN
CVS Tags: DEVEL9916, papp_last_stable, pre_big_pcode_semantic_change
Changes since 1.3: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 This is the change log for the perl extension PApp::SQL.
2    
3 root 1.4 - new methods sql_uexec, sql_ufetch, sql_ufetchall that force/upgrade
4     to utf8.
5    
6 root 1.3 0.121 Mon Feb 12 16:56:21 CET 2001
7 root 1.2 - set InactiveDestroy for all handles in reinitialize instead
8     of closing them.
9    
10 root 1.1 0.12 Mon Feb 5 13:42:20 CET 2001
11     - seperated from the PApp package.
12     - fixes for 5.005 compatibility.
13     - renamed $database to $Database.
14    
15     Changes done while this was a part of PApp include:
16    
17     0.11 <Unreleased PApp version>
18 root 1.3 - 5.005-ified SQL/SQL.xs.
19 root 1.1
20     0.10 <Unreleased: missing license. Write to marco@toytest.com for complaints>
21 root 1.3 - PApp::SQL now tries to reconnect twice.
22 root 1.1
23     0.08 Sun Jun 18 23:53:50 CEST 2000
24     - fixed memory corruption bug in SQL.xs that happens
25     because mod_perl BOOT:'s the same object twice :(
26     - PApp::Env and PApp::SQL should be more resistent to restarts.
27     - PApp::SQL::*fetch methods call finish on the statement handle,
28     as does sql_exec in void context.
29    
30 root 1.3 Even older, prehistoric versions of this module under other names
31     obviously had no Changes file (that's why it's called _pre_historic).
32 root 1.1
33