Contents

SQL logic test

Requires sqllogictest to be installed:

cargo install sqllogictest-bin

To run all the tests:

PGPASSWORD=postgres psql -h localhost -U postgres -d postgres -c 'CREATE EXTENSION IF NOT EXISTS vchord CASCADE;'
sqllogictest './tests/**/*.slt'