[Bast-commits] r5729 - in SQL-Abstract/1.x/branches/1.50_RC: .
lib/SQL
norbi at dev.catalyst.perl.org
norbi at dev.catalyst.perl.org
Tue Mar 10 12:11:28 GMT 2009
Author: norbi
Date: 2009-03-10 12:11:28 +0000 (Tue, 10 Mar 2009)
New Revision: 5729
Modified:
SQL-Abstract/1.x/branches/1.50_RC/
SQL-Abstract/1.x/branches/1.50_RC/Changes
SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract.pm
Log:
r5867 at vger: mendel | 2009-03-10 13:11:06 +0100
* Bumped version number to 1.49_05 and updated Changes.
Property changes on: SQL-Abstract/1.x/branches/1.50_RC
___________________________________________________________________
Name: svk:merge
- 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5865
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC-extraparens:5308
+ 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5867
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC-extraparens:5308
Modified: SQL-Abstract/1.x/branches/1.50_RC/Changes
===================================================================
--- SQL-Abstract/1.x/branches/1.50_RC/Changes 2009-03-10 12:11:20 UTC (rev 5728)
+++ SQL-Abstract/1.x/branches/1.50_RC/Changes 2009-03-10 12:11:28 UTC (rev 5729)
@@ -1,5 +1,16 @@
Revision history for SQL::Abstract
+revision 1.59_04 2009-03-10
+ - fixed the problem with values() not behaving the same as the rest of the code (RT#43483)
+ - fixed interjecting arrayrefref into a where clause
+ - added value-only insert test with a literal SQL snippet
+ - cleanup and enhancement of t/03values.t
+ - better handling of borked SQL in tests
+ - deal properly with parentheses in is_same_sql_bind()
+ - fixed test subs (is_same_*) in SQL::Abstract::Test to return the correct test value
+ - do not version MANIFEST
+
+----------------------------
revision 1.49_04 2009-03-03
- add support for a [\%column_meta => value] bind value format
Modified: SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract.pm 2009-03-10 12:11:20 UTC (rev 5728)
+++ SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract.pm 2009-03-10 12:11:28 UTC (rev 5729)
@@ -15,7 +15,7 @@
# GLOBALS
#======================================================================
-our $VERSION = '1.49_04';
+our $VERSION = '1.49_05';
$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list