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-02-08 04:56:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5273080962
cakephp2-php8
/
cake
/
libs
/
model
/
datasources
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
..
dbo
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
datasource.php
Applying patch from 'Thorsten Buss'.
2010-12-21 20:40:19 -05:00
dbo_source.php
Fixing order condition quoting to allow fields with - in them.
Fixes
#1599
2011-03-24 22:28:11 -04:00