cakephp2-php8/lib/Cake
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
..
Cache Fixed docblock. Closes #2193 2013-10-24 19:27:56 +05:30
Config Update docs to reflect the routes that are actually connected. 2013-08-22 17:54:05 -04:00
Configure Remove duplication of throws 2013-10-13 21:40:35 -04:00
Console Change Cake to CakePHP 2013-10-28 22:14:50 -04:00
Controller Update docs for CookieComponent::delete(). 2013-10-28 23:13:51 -04:00
Core Additional Cake references to CakePHP and docblock typo 2013-10-09 19:38:16 -04:00
Error CS fixes using phpcs-fixer auto-correction. 2013-10-12 01:27:00 +02:00
Event cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
I18n CS fixes using phpcs-fixer auto-correction. 2013-10-12 01:27:00 +02:00
Log Add space between classname(s) 2013-10-22 22:59:50 -04:00
Model Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver. 2013-10-29 23:01:55 -04:00
Network Merge remote-tracking branch 'cakephp/master' into 2.x-fix-download-multi-connection 2013-10-28 03:35:44 +03:30
Routing Add space between classname(s) 2013-10-22 22:59:50 -04:00
Test Remove use of deprecated constants. 2013-10-29 17:49:16 -04:00
TestSuite Add space between classname(s) 2013-10-22 22:59:50 -04:00
Utility Make use of timezone parameter in CakeTime::dayAsSql() 2013-10-29 20:29:01 -04:00
View Remove use of deprecated constants. 2013-10-29 17:49:16 -04:00
basics.php Renamed $sortby to $sortBy in sortByKey 2013-10-23 17:28:48 +02:00
bootstrap.php Updated additional references of Cake to CakePHP 2013-09-27 21:31:35 -04:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.4.2 2013-10-22 21:49:25 -04:00