cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
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
..
Database Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00
Session Allow 1 second of slip. 2012-07-18 22:22:57 -04:00
CakeSessionTest.php Merge branch '2.1' into 2.2 2012-05-26 21:11:36 -04:00
DataSourceTest.php Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
DboSourceTest.php Fix code style errors. 2012-06-03 21:11:34 -04:00