1
0
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:
Colin Dellow
2018-03-04 17:20:28 -05:00
parent f3e78408bf
commit 7edb5e472f
8 changed files with 88 additions and 6 deletions

8
tests/test-all Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail
here=$(dirname "${BASH_SOURCE[0]}")
set -x
"$here"/test-unsupported
"$here"/test-supported