[Bast-commits] r7720 - in SQL-Abstract/1.x/trunk: . lib/SQL
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Tue Sep 22 08:42:01 GMT 2009
Author: ribasushi
Date: 2009-09-22 08:42:00 +0000 (Tue, 22 Sep 2009)
New Revision: 7720
Modified:
SQL-Abstract/1.x/trunk/Changes
SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.59
Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes 2009-09-22 08:35:26 UTC (rev 7719)
+++ SQL-Abstract/1.x/trunk/Changes 2009-09-22 08:42:00 UTC (rev 7720)
@@ -1,9 +1,11 @@
Revision history for SQL::Abstract
- - Fixed a couple of untrapped undefined warnings
- - Make -in/-between accept literal sql in all logical
+revision 1.59 2009-09-22 08:39 (UTC)
+----------------------------
+ - fixed a couple of untrapped undefined warnings
+ - allow -in/-between to accept literal sql in all logical
variants - see POD for details
- - Unroll parenthesis around IN arguments to accomodate
+ - unroll multiple parenthesis around IN arguments to accomodate
crappy databases
revision 1.58 2009-09-04 15:20 (UTC)
Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-09-22 08:35:26 UTC (rev 7719)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm 2009-09-22 08:42:00 UTC (rev 7720)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.58';
+our $VERSION = '1.59';
# This would confuse some packagers
#$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list