cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
mark_story 27e2132a13 Generated SQL should not contain multi-column primary keys
While totally valid in databases, the Schema system is not designed to
handle multi-column primary keys in a sane way. In MySQL this results in
two auto_increment columns, and in postgres this results in two serial
columns.

Fixes #3069
2012-07-27 22:31:49 -04:00
..
MysqlTest.php Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00
PostgresTest.php Merge remote-tracking branch 'origin/2.1' into 2.2 2012-06-19 19:28:20 -04:30
SqliteTest.php Renamed method to check if the driver supports nested transaction. 2012-04-26 20:58:25 -04:00
SqlserverTest.php Fix issues with SQLServer + boolean columns. 2012-04-01 22:10:05 -04:00