-
```
$ duckdb
v1.1.3 19864453f7
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D INSTALL protobuf from 'https…
-
### What happens?
I switched my codebase to the experimental COI implementation, and all extension loading began to fail with:
```
Error: IO Error: Extension "https://extensions.duckdb.org/v1.1.2…
-
### What happens?
Currently the DuckPGQ extension is not easily loadable in DuckDB WASM. For instance, go to https://duckdb.org/docs/api/wasm/overview.html and type:
```sql
install duckpgq from co…
-
### What happens?
Recently, we tried this extensions instead of using a standalone duckdb instance. When we run a simple `SELECT` query on parquet files, it's 2-20 times slower than DuckDB.
Profil…
-
### Is your feature request related to a problem?
knowing the CRS (coordinate reference system) of our data is often a crucial bit of information. This information is already embedded inside all the…
-
The current implementation of the dbt-duckdb Postgres plugin utilizes the deprecated CALL postgres_attach syntax to connect to PostgreSQL databases from DuckDB version 0.8. With the release of DuckDB …
-
### What happens?
i built pg_mooncake from source with postgresql 16.4 (rhel patched version) headers, and got,
```log
src/pgduckdb/pgduckdb_table_am.cpp:464: sorry, unimplemented: non-trivial de…
-
Currently running into when trying to create a gsheet secret in the loaded "motherduck" secret storage:
```
D load '/Users/stephaniewang/Documents/dev/duckdb-gsheets/build/release/extension/gsheets/…
-
### Kùzu version
master branch
### What operating system are you using?
Ubuntu 22.04.5 LTS
### What happened?
The DuckDB postgres extension can leak memory as it does not call `PQclear`…
-
### What happens?
Server crashes when executing the script below
PostgreSQL build:
```
CFLAGS='-Og' ./configure --enable-tap-tests --with-openssl --enable-debug --enable-cassert --with-icu --wit…