[Solar-svn] Revision 3111

pmjones at solarphp.com pmjones at solarphp.com
Sun Apr 13 09:16:12 CDT 2008


Solar_Sql_Adapter: [CHG] In method _sqlSelect(), 'distinct' now defaults to null instead of false, in line with change to Solar_Sql_Select::distinct() behavior.


Modified: trunk/Solar/Sql/Adapter.php
===================================================================
--- trunk/Solar/Sql/Adapter.php	2008-04-13 14:14:54 UTC (rev 3110)
+++ trunk/Solar/Sql/Adapter.php	2008-04-13 14:16:12 UTC (rev 3111)
@@ -1033,7 +1033,7 @@
     protected function _sqlSelect($parts)
     {
         $default = array(
-            'distinct' => false,
+            'distinct' => null,
             'cols'     => array(),
             'from'     => array(),
             'where'    => array(),




More information about the Solar-svn mailing list