You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using DBAL on the SQL Server platform in a database with case-sensitive collation (specifically SQL_Czech_CP1250_CS_AS), the SqlServerPlatform::getTables method throws QueryException with the message "Invalid object name 'information_schema.tables'".
Expected behavior This line should contain FROM [INFORMATION_SCHEMA].[TABLES] (other methods in the class already correctly use the uppercase name wrapped in square brackets).
Versions
Database: SQL Server 2017 CU29
Dbal: Dbal 5.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using DBAL on the SQL Server platform in a database with case-sensitive collation (specifically
SQL_Czech_CP1250_CS_AS
), theSqlServerPlatform::getTables
method throws QueryException with the message "Invalid object name 'information_schema.tables'".Expected behavior
This line should contain
FROM [INFORMATION_SCHEMA].[TABLES]
(other methods in the class already correctly use the uppercase name wrapped in square brackets).Versions
The text was updated successfully, but these errors were encountered: