mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
Support BLOBs
This commit is contained in:
8
tests/test-all
Executable file
8
tests/test-all
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
here=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
||||
set -x
|
||||
"$here"/test-unsupported
|
||||
"$here"/test-supported
|
Reference in New Issue
Block a user