Changeset 3111

Show
Ignore:
Timestamp:
04/13/08 09:16:12 (3 months ago)
Author:
pmjones
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Solar/Sql/Adapter.php

    r3071 r3111  
    10341034    { 
    10351035        $default = array( 
    1036             'distinct' => false
     1036            'distinct' => null
    10371037            'cols'     => array(), 
    10381038            'from'     => array(),