cakephp2-php8/cake/tests/cases/libs/model
Mark Story 1a7dce3af6 Updating DboMysql to fix an issue where virtualFields that were simple
aliases to fields on other tables would end up in the wrong place.
Tests added.  Fixes #655
2010-05-07 23:26:13 -04:00
..
behaviors Adding test to show correct functioning of containable + field() + recursive = -1. Closes #409 2010-04-19 23:16:59 -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 Fixing issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623 2010-04-25 00:22:57 -07: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 Model::deleteAll() now returns false if the 'find' to fetch records ids returns false (in case of sql error). Closes #272 2010-04-25 02:34:18 +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 Updating DboMysql to fix an issue where virtualFields that were simple 2010-05-07 23:26:13 -04:00
model_validation.test.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
model_write.test.php Adding more tests for saving records with nulls. Closes #675 2010-05-07 22:23:18 -04:00
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