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

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Tue Apr 27 21:09:05 GMT 2010


Author: dhoss
Date: 2010-04-27 22:09:05 +0100 (Tue, 27 Apr 2010)
New Revision: 9247

Modified:
   SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Tree.pm
Log:
pretty sure we don't need sql diff trackign

Modified: SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Tree.pm
===================================================================
--- SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Tree.pm	2010-04-27 21:07:28 UTC (rev 9246)
+++ SQL-Abstract/1.x/branches/sqla-tree/lib/SQL/Abstract/Tree.pm	2010-04-27 21:09:05 UTC (rev 9247)
@@ -20,11 +20,6 @@
     default  => 0
 );
 
-has 'sql_differ' => (
-    is         => 'rw',
-    required   => 1,
-    lazy_build => 1
-);    # keeps track of differing portion between SQLs
 
 sub _build_sql_differ { }    # figure this out later
 




More information about the Bast-commits mailing list