1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

row group skipping for is [not] null queries

This commit is contained in:
Colin Dellow
2018-03-12 21:09:00 -04:00
parent 95748a5192
commit 110e3e3668
2 changed files with 8 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ main() {
exit 1
fi
if [ "$(cat testcases.txt | wc -l)" == "1" ]; then
if [ ! -v NO_DEBUG ] && [ "$(cat testcases.txt | wc -l)" == "1" ]; then
set -x
gdb -ex run --args "$root"/sqlite/sqlite3 -init testcase-cmds.txt
else