cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
mark_story f531e7f24b Fix UUID issue in SQLite
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
2011-10-31 23:10:48 -04:00
..
MysqlTest.php Prevent unneeded afterFind callback triggering on associated models. Fixes #2057 2011-10-26 19:36:32 +05:30
PostgresTest.php Fix issue with postgres and virtualFields 2011-10-21 22:17:48 -04:00
SqliteTest.php Fix UUID issue in SQLite 2011-10-31 23:10:48 -04:00
SqlserverTest.php Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00