Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
934 stars 194 forks source link

Add the different kinds of collations for supported types to testing #1535

Open aaronburtle opened 1 year ago

aaronburtle commented 1 year ago

We currently support types that have potentially different kinds of collations, but these different collations are not included in our tests. Add in support for testing these different collation types.

More information about collation support in SQL can be found here https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16

seantleonard commented 1 year ago

@aaronburtle, can you add some example test cases for this to get a better idea of what the missing test coverage is?