cakephp2-php8/lib/Cake/Model
Wouter van Dongen 5035613157 * Fixed bug where select query in deleteAll could return wrong table name.
PDOStatement::getColumnMeta (in mysql.php) sometimes returns the actual
table name when using a MySQL view with the distinct select query, and not
the alias table name. By returning the actual table name the records
could not be removed.
By the way PDOStatement::getColumnMeta is an experimental function,
perhaps it's better to avoid it.
2014-03-14 15:20:12 +01:00
..
Behavior Fix temporary associations that replace fields not being restored. 2014-02-11 21:56:05 -05:00
Datasource Add missing spaces 2014-03-06 05:18:31 +02:00
Validator Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AclNode.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Aco.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AcoAction.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Aro.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
BehaviorCollection.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSchema.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ConnectionManager.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
I18nModel.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Model.php * Fixed bug where select query in deleteAll could return wrong table name. 2014-03-14 15:20:12 +01:00
ModelBehavior.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelValidator.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Permission.php Clarified ACL node lookup failed error. 2014-02-05 18:25:14 +00:00