SQLServerMetaDataDialect is incompatible with SQL-Server Collation

Description

reverse engineering won't work with the embedded SQL-Statement:
INNER JOIN INFORMATION_SCHEMA.Columns

should be uppercase, so it could work with any collation
JOIN INFORMATION_SCHEMA.COLUMNS

I have tested this change with our SQL-Server with collation enabled

Environment

None

Activity

Show:

Details

Assignee

Reporter

Bug Testcase Reminder (view)

Bug reports should generally be accompanied by a test case!

Bug Testcase Reminder (edit)

Bug reports should generally be accompanied by a test case!

Participants

Josef Hopfgartner

Components

Priority

Created April 12, 2018 at 9:40 AM
Updated December 12, 2024 at 1:30 PM