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 mssql failure when inserting into tables with composite primary keys #1079

Merged
merged 1 commit into from Dec 17, 2020

Conversation

rdubya
Copy link
Collaborator

@rdubya rdubya commented Dec 14, 2020

Noticed the test suite started failing for the activerecord-jdbcsqlserver-adapter gem after the latest version and tracked it down to MSSQL's driver not playing nice. I believe this change will need to be applied to all the branches. After we release the changes, I'll release a new version of the jdbcsqlserver gem that bumps the required version for this gem.

@rdubya rdubya requested a review from enebo December 14, 2020 22:15
@rdubya
Copy link
Collaborator Author

rdubya commented Dec 17, 2020

@enebo I can't remember which direction we merge, should I have pointed this somewhere higher?

@enebo
Copy link
Member

enebo commented Dec 17, 2020

@rdubya for posterity if anyone else reads this PR. 50-stable merges to 51-stable ... So this will hit all rails 5+ trees in the merge process.

@enebo enebo merged commit ddc82c9 into 50-stable Dec 17, 2020
@rdubya rdubya deleted the fix-mssql-regression branch December 18, 2020 13:24
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