| 1 |
root |
1.1 |
This is the change log for the perl extension PApp::SQL. |
| 2 |
|
|
|
| 3 |
|
|
0.12 Mon Feb 5 13:42:20 CET 2001 |
| 4 |
|
|
- seperated from the PApp package. |
| 5 |
|
|
- fixes for 5.005 compatibility. |
| 6 |
|
|
- renamed $database to $Database. |
| 7 |
|
|
|
| 8 |
|
|
Changes done while this was a part of PApp include: |
| 9 |
|
|
|
| 10 |
|
|
0.11 <Unreleased PApp version> |
| 11 |
|
|
- 5.5-ified SQL/SQL.xs. |
| 12 |
|
|
|
| 13 |
|
|
0.10 <Unreleased: missing license. Write to marco@toytest.com for complaints> |
| 14 |
|
|
- PApp::SQL now tries to reconnect two times. |
| 15 |
|
|
|
| 16 |
|
|
0.08 Sun Jun 18 23:53:50 CEST 2000 |
| 17 |
|
|
- fixed memory corruption bug in SQL.xs that happens |
| 18 |
|
|
because mod_perl BOOT:'s the same object twice :( |
| 19 |
|
|
- PApp::Env and PApp::SQL should be more resistent to restarts. |
| 20 |
|
|
- PApp::SQL::*fetch methods call finish on the statement handle, |
| 21 |
|
|
as does sql_exec in void context. |
| 22 |
|
|
|
| 23 |
|
|
|
| 24 |
|
|
|