xo / usql

Universal command-line interface for SQL databases
MIT License
8.94k stars 352 forks source link

Fix TestWriter #355

Closed henlue closed 2 years ago

henlue commented 2 years ago

Fix API calls to include URL Add functionality to ignore randomly named indices in test function output Update expected test function result files Fix small bug in the ordering of postgres indices

pgsql.descTable still fails but this is due to an actual bug in the postgres metadata reader.

I had to execute the tests with cleanup=false. Otherwise the db initialization sometimes does not finish in time. This issue is not yet fixed.