Skip to content

tests: Specify missing order in test

Carlos Garnacho requested to merge wip/carlosg/test-order-fix into master

The order of the returned resultset was implicit and up to SQLite, but the order for this test started changing starting with SQLite 3.39.0. Make the order explicity, so that SQLite implementation details don't leak up here.

Closes: #370 (closed)

Merge request reports