cakephp2-php8/cake/libs/model/datasources
2011-05-20 21:10:30 -04:00
..
dbo Fixing issue where DboMysql would perform joins on delete queries even if the conditions did not require joins. Added a more intelligent join detector, that removes joins if all the conditions are simple. This will only be able to optimize array conditions. 2011-03-24 23:25:56 -04:00
datasource.php Applying patch from 'Thorsten Buss'. 2010-12-21 20:40:19 -05:00
dbo_source.php Fixing issues in DboSource::group(), which always expected an optional argument. 2011-05-20 21:10:30 -04:00