data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Add case sensitive table name tests

Open aaronburtle opened this issue 11 months ago • 0 comments

Follow up to this PR: https://github.com/Azure/data-api-builder/pull/2473

The above PR is fixing the underlying issue reported here: https://github.com/Azure/data-api-builder/issues/2385

in order to correctly test that case sensitive table names are supported we need to generate our test DBs in a way that they support case sensitive collation for table names. More investigation is needed to determine how to do this in our pipeline, and then the tests for such table names must be added.

aaronburtle avatar Feb 18 '25 22:02 aaronburtle