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

TestCommon: Support other SQL database collations than default #319

Merged
merged 3 commits into from
May 14, 2024

Conversation

dstenroejl
Copy link
Contributor

Description

  • Extended constructor of SqlServerDatabaseManager with parameter collationName to support the creation of databases with other collation names than the DefaultCollationName.
  • Added const DurableTaskCollationName to allow easy access to the collation name necessary for the Durable Task SQL Provider.

Quality

  • Documentation is updated
  • Release notes are updated
  • Package version is updated
  • Public types and methods are documented
  • Tests are implemented and executed locally

@dstenroejl dstenroejl merged commit faa8d65 into main May 14, 2024
21 checks passed
@dstenroejl dstenroejl deleted the dstenroejl/testcommon-sqldb branch May 14, 2024 13:22
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.

2 participants