cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
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
..
Database Fix UUID issue in SQLite 2011-10-31 23:10:48 -04:00
Session Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00
CakeSessionTest.php Removed the @access and @static. 2011-07-30 20:56:48 -04:00
DboSourceTest.php Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00