cakephp2-php8/cake/tests/cases/libs/model
2010-04-13 01:08:31 -04:30
..
behaviors Fixing discrepancy between how belongsTo and hasOne assocations are treated in relation to their fields being added into the queryData. hasOne and belongsTo associations now behave the same. Fixes #379 2010-04-05 21:50:28 -04:00
datasources Fixing schema generation for postgres. Now character varying without lenght is translated to "text", to avoid sql errors. Closes #564 2010-04-13 01:08:31 -04:30
cake_schema.test.php Updating CakeSchema test so it runs in both solo and group contexts. Changing table used on TestPluginComment to match its name. 2010-02-28 13:31:23 -05:00
connection_manager.test.php Fixing missing reference operators in test cases. 2010-03-05 22:06:20 -05:00
db_acl.test.php Fixing AclNode::node() so that node expressions that could match deeper elements are contained to their parent elements. Test added. 2010-03-28 16:59:24 -04:00
model.test.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
model_behavior.test.php Fixing SQL errors when running model_behavior tests with postgresql. Fixes #406 2010-03-07 19:02:19 -05:00
model_delete.test.php Type casting conditions array to avoid warning during array merge in Model::_deleteDependent(). Fixes #477 2010-03-18 02:51:55 +05:30
model_integration.test.php Merge remote branch 'origin/1.2' into 1.3 2010-03-27 11:48:49 -04:00
model_read.test.php Fixing test for postgresql, it is no safe to asume the order of the returned results of a joined table 2010-03-16 15:12:27 -04:30
model_validation.test.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
model_write.test.php Changed default value for option 'validate' to 'first' in Model::saveAll(). Also fixed issue where the return array contained more keys then number of records in data array itself with options 'validate =>'first' and 'atomic'=>false 2010-03-28 05:29:42 +05:30
models.php Type casting conditions array to avoid warning during array merge in Model::_deleteDependent(). Fixes #477 2010-03-18 02:51:55 +05:30