sqlite_scanner icon indicating copy to clipboard operation
sqlite_scanner copied to clipboard

CALL sqlite_attach('sakila.db') fails with Error: ?]+V

Open epoz opened this issue 3 years ago • 0 comments

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.

epoz avatar Jun 29 '22 14:06 epoz