cakephp2-php8/lib/Cake/Model
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
..
Behavior Fix error created in merge with 1.3 2011-10-16 18:58:59 -04:00
Datasource Fix UUID issue in SQLite 2011-10-31 23:10:48 -04:00
AclNode.php Dropping short syntax support for Behavior configuration. 2011-10-15 20:52:41 +02:00
Aco.php Fixing some @package declarations 2011-09-30 13:17:12 -04:30
AcoAction.php Fixing some @package declarations 2011-09-30 13:17:12 -04:30
AppModel.php Fixed doc block comments. 2011-10-11 00:22:23 +02:00
Aro.php Removed the @access and @static. 2011-07-30 20:56:48 -04:00
BehaviorCollection.php fixing typos 2011-10-19 12:19:28 +07:00
CakeSchema.php Fix missing prefix when reading table schema. 2011-10-24 20:40:47 -04:00
ConnectionManager.php Using plugin name on exception thrown and in templates files. 2011-10-16 13:40:36 +02:00
Model.php fixing typos 2011-10-19 12:19:28 +07:00
ModelBehavior.php fixing typos 2011-10-19 12:19:28 +07:00
Permission.php Fixing some @package declarations 2011-09-30 13:17:12 -04:30