Closed David-Kunz closed 1 week ago
could you add a test for this in our compliance test suite (then it would be tested for all dbs) or at whatever place you may think is appropriate? Thanks :)
of course, I just forgot to put this PR as a draft PR
OData demands
NULLS FIRST
forASC
andNULLS LAST
forDESC
. SQLite, HANA behave like that, for Postgres the default is the opposite which is now changed.