|
Revision 18243, 0.7 kB
(checked in by kazuho, 5 years ago)
|
|
add .shipit
|
| Line | |
|---|
| 1 | Revision history for Perl extension Filter::SQL. |
|---|
| 2 | |
|---|
| 3 | 0.07 Tue Aug 28 14:20:00 2008 |
|---|
| 4 | - dbh() now accepts coderef that return a database handle |
|---|
| 5 | |
|---|
| 6 | 0.06 Thu Jun 26 16:15:00 2008 |
|---|
| 7 | - (SELECT ROW) do not croak when table is empty |
|---|
| 8 | |
|---|
| 9 | 0.05 Thu Apr 17 13:49:00 2008 |
|---|
| 10 | - use SQL placeholders (?) instead of $dbi->quote |
|---|
| 11 | - fix error handling of SQL statement errors introduced in 0.04 |
|---|
| 12 | |
|---|
| 13 | 0.04 Thu Apr 17 12:25:00 2008 |
|---|
| 14 | - handle quote-like operators within SQL statement as SQL literal |
|---|
| 15 | - report SQL errors from perspective all caller |
|---|
| 16 | |
|---|
| 17 | 0.03 Wed Apr 16 18:14:00 2008 |
|---|
| 18 | - fix handling of brackets, accept as part of perl expr. () as well |
|---|
| 19 | |
|---|
| 20 | 0.02 Wed Apr 16 10:40:00 2008 |
|---|
| 21 | - merge "SQL" statement to "EXEC" |
|---|
| 22 | |
|---|
| 23 | 0.01 Wed Apr 16 10:00:00 2008 |
|---|
| 24 | - initial release |
|---|