Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: For MS SQL Server use lowercase "sys"."columns" reference. (#8400) #8401

Merged
merged 1 commit into from Nov 23, 2021
Merged

fix: For MS SQL Server use lowercase "sys"."columns" reference. (#8400) #8401

merged 1 commit into from Nov 23, 2021

Conversation

krystalmonolith
Copy link
Contributor

@krystalmonolith krystalmonolith commented Nov 22, 2021

For MS SQL Server change uppercase table reference "SYS"."COLUMNS" to lowercase "sys"."columns" to avoid table name mismatch when database collation is ALTER'ed to a case-sensitive collation.

Description of change

Per issue #8400 changed the only occurrence of uppercase reference "SYS"."COLUMNS" to lowercase "sys".columns".

Pull-Request Checklist

I am a contractor and due to resource constraints of only having one shared MS SQL Server DB instance I was unable to implement/run any tests!

  • Code is up-to-date with the master branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #8400
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in [CONTRIBUTING.md]

For MS SQL Server change uppercase table reference "SYS"."COLUMNS" to lowercase "sys"."columns" to avoid table name mismatch when database collation is ALTER'ed to a case-sensitive collation.
@pleerock
Copy link
Member

Thank you

@krystalmonolith krystalmonolith deleted the fix-issue-bug-8400 branch November 23, 2021 13:31
HeartPattern pushed a commit to HeartPattern/typeorm that referenced this pull request Nov 29, 2021
…orm#8400) (typeorm#8401)

For MS SQL Server change uppercase table reference "SYS"."COLUMNS" to lowercase "sys"."columns" to avoid table name mismatch when database collation is ALTER'ed to a case-sensitive collation.
HeartPattern pushed a commit to HeartPattern/typeorm that referenced this pull request Nov 29, 2021
…orm#8400) (typeorm#8401)

For MS SQL Server change uppercase table reference "SYS"."COLUMNS" to lowercase "sys"."columns" to avoid table name mismatch when database collation is ALTER'ed to a case-sensitive collation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants