mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
f531e7f24b
Only varchar(36) was interpreted as a uuid. char(36) should also be treated this way. Most documentation refers to this type. Also char(x) fields should be treated as strings, not text. Fixes #2184 |
||
---|---|---|
.. | ||
Behavior | ||
Datasource | ||
BehaviorCollectionTest.php | ||
CakeSchemaTest.php | ||
ConnectionManagerTest.php | ||
DbAclTest.php | ||
ModelDeleteTest.php | ||
ModelIntegrationTest.php | ||
ModelReadTest.php | ||
models.php | ||
ModelTestBase.php | ||
ModelValidationTest.php | ||
ModelWriteTest.php |