[Bast-commits] r9527 - SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Tue Jun 1 22:03:32 GMT 2010


Author: dhoss
Date: 2010-06-01 23:03:32 +0100 (Tue, 01 Jun 2010)
New Revision: 9527

Modified:
   SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Test.pm
Log:
removed old retardation concerning case sensitive options etc

Modified: SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Test.pm
===================================================================
--- SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Test.pm	2010-06-01 19:57:43 UTC (rev 9526)
+++ SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Test.pm	2010-06-01 22:03:32 UTC (rev 9527)
@@ -16,9 +16,6 @@
 our $tb = __PACKAGE__->builder;
 our $tree = SQL::Abstract::Tree->new;
 
-# set up attrs
-$tree->case_sensitive($case_sensitive);
-$tree->parenthesis_significant($parenthesis_significant);
 
 sub is_same_sql_bind {
     my ( $sql1, $bind_ref1, $sql2, $bind_ref2, $msg ) = @_;




More information about the Bast-commits mailing list