cakephp2-php8/lib/Cake/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
..
Mysql.php Fix method signatures of database drivers. 2011-10-14 21:25:14 -04:00
Postgres.php Fix issue with postgres and virtualFields 2011-10-21 22:17:48 -04:00
Sqlite.php Fix UUID issue in SQLite 2011-10-31 23:10:48 -04:00
Sqlserver.php Fix method signatures of database drivers. 2011-10-14 21:25:14 -04:00