mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
56a3f093a1
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' |
||
---|---|---|
.. | ||
Database | ||
Session | ||
CakeSession.php | ||
DataSource.php | ||
DboSource.php |