Changeset 3112

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

Solar_Sql_Adapter: [FIX] In method _sqlSelect(), the default parts now include a 'join' key. Seeing as the method is almost exclusively used by Solar_Sql_Select-based queries, this was unlikely to be a real problem, but completeness demands it.

Files:

Legend:

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

    r3111 r3112  
    10371037            'cols'     => array(), 
    10381038            'from'     => array(), 
     1039            'join'     => array(), 
    10391040            'where'    => array(), 
    10401041            'group'    => array(),