cakephp2-php8/lib/Cake/Model
Walther Lalk 2dd3cecfaa Fixes issue with Sql Server driver when loading fixtures
Sqlserver::describe is expecting a model object (Unlike other drivers which work with either a object or string). While this does work under normal conditions, it causes a "Trying to get property of non-object" notice when using fixtures. The same problem also causes the testLimitOffsetHack test to fail.

This change does a simple test to ensure that the $model variable is an object before trying to access a property of it. All SqlServer tests are now passing.
2014-05-06 12:43:36 +02:00
..
Behavior Merge branch 'master' into 2.5 2014-05-04 14:35:36 +05:30
Datasource Fixes issue with Sql Server driver when loading fixtures 2014-05-06 12:43:36 +02:00
Validator Add a note to offsetSet() on why it cannot chain. 2014-04-06 22:59:18 +02: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 More coding standard corrections. 2014-04-29 14:19:33 +02:00
CakeSchema.php More coding standard corrections. 2014-04-29 14:19:33 +02: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 Merge branch 'master' into 2.5 2014-05-04 14:35:36 +05:30
ModelBehavior.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelValidator.php microptimize options and default merge and other string key array merges 2014-04-08 01:25:14 +02:00
Permission.php Merge branch 'master' into 2.5 2014-02-11 18:17:59 +05:30