cakephp2-php8/lib/Cake/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 Fixing undefined variable reference. 2011-10-09 22:34:59 -04:00
CakeSession.php Changed methods and attributes from private to protected. 2011-08-20 00:43:34 -04:00
DataSource.php Merge remote-tracking branch 'origin/1.3' into merger 2011-10-06 21:06:40 -04:00
DboSource.php Prevent unneeded afterFind callback triggering on associated models. Fixes #2057 2011-10-26 19:36:32 +05:30