mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-04-01 14:42:58 +00:00
![]() 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' |
||
---|---|---|
.. | ||
Mysql.php | ||
Postgres.php | ||
Sqlite.php | ||
Sqlserver.php |