cakephp2-php8/cake/libs/model
mark_story 5e26d282a1 Fixing connection specific schema generation
Fixing missing table errors when reading schema for specific connections.
Tests updated to check that tables not on a connection are never touched.  Fixes #1106
2010-09-30 23:22:57 -04:00
..
behaviors casting the find as an array to avoid errors with array_values() fixes #1041 and 4 failing tests (3 previous) 2010-08-26 20:32:48 -04:00
datasources Applying patch from 'kworr' to reorder the switch in DboPostgres::value() to fix issues with pgsql 9.0. Fixes #1139 2010-09-24 22:47:18 -04:00
app_model.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
cake_schema.php Fixing connection specific schema generation 2010-09-30 23:22:57 -04:00
connection_manager.php Fixing issue where errors containing code = 500, were not actually converted to error500 when debug = 0. Making missingConnection, and missingTable into error500 errors. 2010-09-06 16:46:41 -04:00
db_acl.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
model.php Fixing issue where a beforeDelete() could trigger a table truncation. 2010-09-29 23:31:41 -04:00
model_behavior.php Updating doc blocks in ModelBehavior. Refs #810 2010-06-11 09:55:39 -04:00