cakephp2-php8/lib/Cake/Model/Datasource
mark_story 16be5722ba Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver.
Add into the tower of hacks that is the SQL generation and stop breaking
COUNT(DISTINCT foo) style queries. Previously these would be converted
into DISTINCT COUNT(foo) which will give the non-distinct results.
2013-10-29 23:01:55 -04:00
..
Database Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver. 2013-10-29 23:01:55 -04:00
Session cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
CakeSession.php Updated additional references of Cake to CakePHP 2013-09-27 21:31:35 -04:00
DataSource.php Wrong signature. 2013-09-25 09:12:49 -03:00
DboSource.php Update doc block and remove inline assignment. 2013-10-29 12:32:20 -04:00