mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 01:26:19 +00:00
16be5722ba
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. |
||
---|---|---|
.. | ||
Mysql.php | ||
Postgres.php | ||
Sqlite.php | ||
Sqlserver.php |