cakephp2-php8/cake/tests/cases/libs/model
2009-07-08 03:25:30 +00:00
..
behaviors Adding patch from 'burzum'. Fixes ambiguous field sql error when joining two trees with a defined scope. 2009-05-26 17:17:57 +00:00
datasources Removing duplicate START TRANSACTION sql execution in mysqli environment, fixes #6422 2009-06-06 15:41:33 +00:00
behavior.test.php Adding testcases to disprove #6111 2009-07-06 22:38:37 +00:00
db_acl.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00
model.test.php Fixing empty time value handling in Model::deconstruct(). Both null and 00:00:00 are valid values now. Test cases added and refactored. Fixes #6488, #6018, Refs #5659 2009-07-08 03:25:30 +00:00
models.php Fixing Model::saveAll() PHP4 compatibility. Minor API change in __save(). __save() no longer takes a model instance as the first parameter. Because of Model implementation details in PHP4 this caused broken references. Fixes #6389, #6223 2009-06-27 15:25:07 +00:00
schema.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00