cakephp2-php8/lib/Cake/Test/Case/Model
mark_story f531e7f24b Fix UUID issue in SQLite
Only varchar(36) was interpreted as a uuid.  char(36)
should also be treated this way.  Most documentation refers
to this type.  Also char(x) fields should be treated as strings,
not text.

Fixes #2184
2011-10-31 23:10:48 -04:00
..
Behavior Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00
Datasource Fix UUID issue in SQLite 2011-10-31 23:10:48 -04:00
BehaviorCollectionTest.php Little cleanup in exceptions. 2011-10-15 20:08:02 +02:00
CakeSchemaTest.php Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00
ConnectionManagerTest.php Little cleanup in exceptions. 2011-10-15 20:08:02 +02:00
DbAclTest.php Merge branch '2.0' into 2.0-api-doc 2011-08-14 21:12:05 -04:00
ModelDeleteTest.php Refactoring expectError() calls to PHPUnit annotations 2011-09-13 19:56:37 +01:00
ModelIntegrationTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
ModelReadTest.php Prevent unneeded afterFind callback triggering on associated models. Fixes #2057 2011-10-26 19:36:32 +05:30
models.php Fix association lazy-loading when used with ContainableBehavior 2011-10-14 17:53:37 -04:30
ModelTestBase.php Removed the @access and @static. 2011-07-30 20:56:48 -04:00
ModelValidationTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
ModelWriteTest.php Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00