This website requires JavaScript.
Explore
Help
Sign in
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2025-01-19 11:06:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6cc1688d4e
cakephp2-php8
/
cake
/
tests
History
mark_story
6cc1688d4e
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.
...
Test cases added.
Fixes
#1571
2011-03-24 23:25:56 -04:00
..
cases
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
fixtures
Fixing issue where DboPostgres used the wrong type for boolean columns with a default of false or true.
2011-01-21 13:31:33 -05:00
groups
Update copyright years.
2010-10-25 07:58:22 +11:00
lib
Fixing undefined var and docblock error in CakeCliReporter->paintException().
2011-03-17 19:15:08 +00:00
test_app
Adding test cases for using helpers in nested elements from email
2010-12-09 22:34:20 -05:00