sqlite_scanner
sqlite_scanner copied to clipboard
CALL sqlite_attach('sakila.db') fails with Error: ?]+V
Following the build instructions in a fresh docker container (debian), from a git checkout of this repository:
# on git commit 6828858bad186eaa69d965a544c1ccb30cf6ef42
root@248181cf905d:/data/sqlitescanner# ./duckdb/build/release/duckdb
v0.4.1-dev169 cee035630
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D LOAD 'build/release/sqlite_scanner.duckdb_extension';
D CALL sqlite_attach('sakila.db');
Error: ?]+V
The Load extension call does not give an error, but the attach does.