cakephp2-php8/cake/tests/cases/libs/model
AD7six bc990f41e3 Prevent sql error for uuids if id is specified as null
if the primary key is present in the data to be saved as null - prevent
passing the same key (id) twice and therefore triggering an sql error.

Signed-off-by: Mark Story <mark@mark-story.com>
2010-03-16 22:57:37 -04:00
..
behaviors Fixing issue in Containable where if bindModel was used to add / change a binding not permanently, Containable was making the change permanent 2010-03-14 16:34:57 -03:00
datasources Updating DboPostgres test to reflect changes in test suite. 2010-03-14 19:27:36 -04:00
behavior.test.php Fixing cakephp domain name. 2010-01-26 17:15:15 -05:00
connection_manager.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
db_acl.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
model.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
model_delete.test.php Adding tests from 'Stephen Cuppert' to test incorrectly generate DELETE queries for habtm join tables that do not have a primary key when using PostgreSQL. Updating DboSource::_matchRecords() to only query the table if the supplied conditions are actually multi-table conditions. Fixes #459 2010-03-15 22:55:14 -04:00
model_integration.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
model_read.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
model_validation.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
model_write.test.php Prevent sql error for uuids if id is specified as null 2010-03-16 22:57:37 -04:00
models.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00
schema.test.php Fixing doc tags to make merge easier. 2010-01-26 16:51:53 -05:00