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 19:16:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4c27c24a72
cakephp2-php8
/
cake
/
tests
/
cases
/
libs
/
model
/
datasources
History
mark_story
4c27c24a72
Fixing issue in DboSource where COUNT() was hardcoded, omitting any other aggregate functions. Replaced with a regexp that accepts only letters. Test case added.
Fixes
#878
2010-07-15 23:17:38 -04:00
..
dbo
Removing hardcoded '__' for virtualField separators. Making it an instance property instead. This allows the customization of the separator if needed. Tests added for DboMysql. Refs
#655
,
#730
2010-05-22 00:58:54 -04:00
dbo_source.test.php
Fixing issue in DboSource where COUNT() was hardcoded, omitting any other aggregate functions. Replaced with a regexp that accepts only letters. Test case added.
Fixes
#878
2010-07-15 23:17:38 -04:00