mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 01:26:19 +00:00
27e2132a13
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 |
||
---|---|---|
.. | ||
Behavior | ||
Datasource | ||
Validator | ||
AclNodeTest.php | ||
BehaviorCollectionTest.php | ||
CakeSchemaTest.php | ||
ConnectionManagerTest.php | ||
ModelCrossSchemaHabtmTest.php | ||
ModelDeleteTest.php | ||
ModelIntegrationTest.php | ||
ModelReadTest.php | ||
models.php | ||
ModelTest.php | ||
ModelTestBase.php | ||
ModelValidationTest.php | ||
ModelWriteTest.php |