cakephp2-php8/lib
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
..
Cake Sqlserver->describe failing for models with a schemaName 2014-03-06 04:54:03 +02:00