You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We installed an Nginx proxy and served the extensions locally on the computer that doesn't have access to the internet. Now the application works without any code changes. We see the following requests for extensions through the proxy:
GET /v1.1.1/linux_amd64_gcc4/sqlite_scanner.duckdb_extension.gz
GET /v1.1.1/linux_amd64/parquet.duckdb_extension.gz
GET /v1.1.1/linux_amd64/parquet.duckdb_extension.gz
GET /v1.1.1/linux_amd64/sqlite_scanner.duckdb_extension.gz
GET /v1.1.1/linux_amd64/sqlite_scanner.duckdb_extension.gz
We installed an Nginx proxy and served the extensions locally on the computer that doesn't have access to the internet. Now the application works without any code changes. We see the following requests for extensions through the proxy:
GET /v1.1.1/linux_amd64_gcc4/sqlite_scanner.duckdb_extension.gz
GET /v1.1.1/linux_amd64/parquet.duckdb_extension.gz
GET /v1.1.1/linux_amd64/parquet.duckdb_extension.gz
GET /v1.1.1/linux_amd64/sqlite_scanner.duckdb_extension.gz
GET /v1.1.1/linux_amd64/sqlite_scanner.duckdb_extension.gz
Hello!
This setting may help! The extensions may be getting autoloaded. set autoinstall_extension_repository = 'my/path'
When using the SQLite extension from a computer without internet access, it fails to attach the database.
The error is:
Catalog Error: SET schema: No catalog + schema named "hello" found
The SQLite extension is on the file system, and is installed and used as follows:
This is being called from a Rust application using duckdb-rs.
The text was updated successfully, but these errors were encountered: