cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 0cfec525b2 Allow SqlServer to execute procs correctly.
Both SELECT and EXECUTE statements should go through
the parent method as they could fetch results.

Fixes #2558
2012-02-09 22:27:30 -05:00
..
Behavior Fix issue with find(count) and translated conditions. 2012-01-08 20:40:25 -05:00
Datasource Allow SqlServer to execute procs correctly. 2012-02-09 22:27:30 -05:00
BehaviorCollectionTest.php Fix illegal offset caused by TranslateBehavior. 2012-01-07 11:58:35 -05:00
CakeSchemaTest.php Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
ConnectionManagerTest.php Indentation fix (tab instead of spaces) 2011-12-20 22:26:43 -05:00
DbAclTest.php fix correct node lookup when authorize object uses plugin userModel setting, fixes #2464 2012-01-27 00:16:22 +01:00
ModelDeleteTest.php Added test for deleting dependent hasMany associated records. Refs #2553 2012-02-07 01:12:14 +05:30
ModelIntegrationTest.php Preventing datasource creationa and access on models having $useTable = false; 2012-01-21 14:03:11 -04:30
ModelReadTest.php Indentation fix (tab instead of spaces) 2011-12-20 22:26:43 -05:00
models.php More code standards formatting 2011-12-15 23:00:07 -08:00
ModelTestBase.php Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
ModelValidationTest.php Merge changes from 1.3 to 2.0 2012-01-19 22:50:40 -05:00
ModelWriteTest.php Add test for saveField() + foreign key. 2012-01-24 20:32:48 -05:00