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

Add test for capitalization collations

Open RubenCerna2079 opened this issue 1 year ago • 1 comments

Need to add new tests related to collations based on capitalization. Related to main issue #1535.

Some examples of this would be to ensure it works with both cases SELECT json_agg(to_jsonb(table0)) FROM (SELECT title FROM books ORDER BY title asc) as table0 and SELECT json_agg(to_jsonb(table0)) FROM (SELECT TITLE FROM BOOKS ORDER BY TITLE asc) as table0.

RubenCerna2079 avatar Aug 23 '24 21:08 RubenCerna2079

might be helpful have an example of what you want to test

seantleonard avatar Aug 28 '24 15:08 seantleonard