cakephp2-php8/lib/Cake/Model/Datasource/Database
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
..
Mysql.php Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
Postgres.php Postgres::truncate(): Delete disused code. 2013-09-05 14:11:50 +09:00
Sqlite.php Merge pull request #1546 from rchavik/2.3-sqlite-truncate 2013-10-11 15:52:49 -07:00
Sqlserver.php Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver. 2013-10-29 23:01:55 -04:00