New 1.27 release of SQL::Statement
Jens Rehsack <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
I've just uploaded a new release of SQL::Statement which fixes one issue with Test::Datebase and DBD::DBM reported by Barbie from Birmingham.pm. The list of changes is small, but I decided to release early (and likely more often) instead of one big release when all DBD::DBM issues are solved and maybe break a lot of other SQL::Statement related/using modules. Changes: Version 1.27, release May 06th, 2010 ---------------------------------------------- [Bug fixes] * use originally given table name for open_table() on SELECT, too (all other command still use the originally given name) * warn/die -> carp/croak * fix delete_one_row & update_one_row ability using [Documentation] * Apply spelling fix patch from Ansgar Burchardt (RT#56475) Jens