microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Add test that uses SQL_Latin1_General_CP1_CS_AS database collation #114

Open cgillum opened 2 years ago

cgillum commented 2 years ago

This is to help catch case-sensitivity regressions, similar to the one mentioned in #111.

It might be sufficient to just create a variation of CanCreateAndDropSchema which uses a different SQL collation, like SQL_Latin1_General_CP1_CS_AS.