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

feat: Add support for character_set_name with MSSQL Server #281

Merged
merged 1 commit into from
Mar 11, 2021
Merged

feat: Add support for character_set_name with MSSQL Server #281

merged 1 commit into from
Mar 11, 2021

Conversation

mattwillsher
Copy link
Contributor

Description

Adds support for character_set_name for MSSQL RDS instances.

Motivation and Context

Without this value the default collation cannot be set on MSSQL RDS instances, which in turn affects database created without specifying a collation. Default collation may need to be changed as per client requirements
This PR addresses the outstanding changes in #216

Breaking Changes

This does not break anything - default remains "".

How Has This Been Tested?

Tested deploying a v15.0 Standard Edition server, with and without the value set.
Also tested in #216
Default collation was set as expected.

@mattwillsher mattwillsher changed the title Add support for character_set_name with MSSQL Server feat: Add support for character_set_name with MSSQL Server Feb 5, 2021
@bryantbiggs
Copy link
Member

@mattwillsher - thanks for the PR! would you mind updating with the latest changes from master when you get a chance please, thanks!

@mattwillsher
Copy link
Contributor Author

@bryantbiggs Done.

Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good - verified with complete-mssql and complete-mysql
image

@antonbabenko 👍🏼

@antonbabenko antonbabenko merged commit ef3570e into terraform-aws-modules:master Mar 11, 2021
@antonbabenko
Copy link
Member

Thank you for this, @mattwillsher !

v2.27.0 has been just released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants