ODBC Driver for DuckDB
57
stars
1,385
commits
C++
primary language
Sep 4, 2026
updated
make debug
make
The ODBC tests are written with the catch framework. To run the tests, run the following command from the main DuckDB repository:
build/debug/test/test_odbc
You can also individually run the tests by specifying the test name as an argument to the test executable:
build/debug/test/test_odbc 'Test ALTER TABLE statement'
C++
98.1%
C
1.6%
ODBC Driver for DuckDB
57
stars
1,385
commits
C++
primary language
Sep 4, 2026
updated
make debug
make
The ODBC tests are written with the catch framework. To run the tests, run the following command from the main DuckDB repository:
build/debug/test/test_odbc
You can also individually run the tests by specifying the test name as an argument to the test executable:
build/debug/test/test_odbc 'Test ALTER TABLE statement'
C++
98.1%
C
1.6%