cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
mark_story 93a6fd5648 Fix SQLite parsing fields incorrectly when using subqueries.
When using subqueries or joining against tables containing FROM the
results were bizzare and unexpected. By tokenizing the entire query we
can more accurately grab the fields.

Refs #3972
2014-11-11 23:16:08 -05:00
..
Database Fix SQLite parsing fields incorrectly when using subqueries. 2014-11-11 23:16:08 -05:00
Session Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSessionTest.php Make CakeSession::read() return null for all failure cases. 2014-10-09 19:27:27 +05:30
DataSourceTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DboSourceTest.php Resolve ambiguous column names for Sqlite 2014-08-27 16:06:28 +09:00