ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Changes
Revision: 1.2
Committed: Sat Feb 10 01:28:26 2001 UTC (23 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +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.2 - set InactiveDestroy for all handles in reinitialize instead
4     of closing them.
5    
6 root 1.1 0.12 Mon Feb 5 13:42:20 CET 2001
7     - seperated from the PApp package.
8     - fixes for 5.005 compatibility.
9     - renamed $database to $Database.
10    
11     Changes done while this was a part of PApp include:
12    
13     0.11 <Unreleased PApp version>
14     - 5.5-ified SQL/SQL.xs.
15    
16     0.10 <Unreleased: missing license. Write to marco@toytest.com for complaints>
17     - PApp::SQL now tries to reconnect two times.
18    
19     0.08 Sun Jun 18 23:53:50 CEST 2000
20     - fixed memory corruption bug in SQL.xs that happens
21     because mod_perl BOOT:'s the same object twice :(
22     - PApp::Env and PApp::SQL should be more resistent to restarts.
23     - PApp::SQL::*fetch methods call finish on the statement handle,
24     as does sql_exec in void context.
25    
26    
27