cakephp2-php8/lib/Cake/Model/Datasource
ovidiupruteanu 56a3f093a1 Sqlserver->describe failing for models with a schemaName
When models have a schemaName set it was searching for TABLE_NAME = 'schema_name.table_name'.
Instead it should search for TABLE_NAME = 'table_name' AND TABLE_SCHEMA = 'schema_name'
2014-03-06 04:54:03 +02:00
..
Database Sqlserver->describe failing for models with a schemaName 2014-03-06 04:54:03 +02:00
Session Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSession.php Remove dead and unused code. 2014-02-11 16:38:24 -05:00
DataSource.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DboSource.php Remove dead and unused code. 2014-02-11 16:38:24 -05:00