cakephp2-php8/lib/Cake/Model/Datasource/Database
mark_story 1877cab341 Fix UUID primary key columns not being reflected properly.
When UUID columns are converted into varchar(36) they should also be
default = null, null = false.

Fixes #4695
2014-09-23 22:16:18 -04:00
..
Mysql.php Manually correct remaining casts. 2014-09-10 16:40:22 +02:00
Postgres.php Fix UUID primary key columns not being reflected properly. 2014-09-23 22:16:18 -04:00
Sqlite.php Take care of more int casts. 2014-09-10 16:29:23 +02:00
Sqlserver.php Take care of more int casts. 2014-09-10 16:29:23 +02:00