cakephp2-php8/lib/Cake/Test
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
..
Case Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00
Fixture Fix test cases with postgres. 2012-05-10 20:55:46 -04:30
test_app Merge remote-tracking branch 'origin/2.1' into 2.2 2012-06-06 11:06:06 -04:30