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