cakephp2-php8/lib/Cake/Model/Datasource
mark_story 52a0d642ec Fix incorrectly quoted table aliases in virtual fields.
DboSource::_quoteFields() is already a bit of a mess, and while I'm not
happy about having to add more regex replacement, it seems to be the
only reasonable solution given that the code is already 'parsing' SQL
to apply identifier quoting.

Fixes #6602
2015-05-20 22:40:47 -04:00
..
Database Merge branch 'postgres_altercolum_error' into master 2015-03-14 22:23:43 -04:00
Session Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSession.php Renew the session even the session id is '0'. 2015-03-29 21:42:43 -04:00
DataSource.php Wording correction. 2014-11-05 13:14:45 +01:00
DboSource.php Fix incorrectly quoted table aliases in virtual fields. 2015-05-20 22:40:47 -04:00