cakephp2-php8/lib/Cake/Test/Case/Model
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
..
Behavior Correct assert argument order. 2014-11-11 01:49:19 +01:00
Datasource Fix SQLite parsing fields incorrectly when using subqueries. 2014-11-11 23:16:08 -05:00
Validator Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
AclNodeTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
BehaviorCollectionTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSchemaTest.php CakeSchema naming fallback. 2014-08-11 10:40:57 -05:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelDeleteTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
ModelIntegrationTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelReadTest.php Add test for find() and array conditions. 2014-10-09 19:58:18 -04:00
models.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelValidationTest.php Make rule sniff less complicated and tidy up doc block. 2014-10-13 17:59:31 -04:00
ModelWriteTest.php Take care of more int casts. 2014-09-10 16:29:23 +02:00