-
### 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…
-
Based on the official documentation of duckdb , add a possibility to interact with database
https://duckdb.org/docs/api/r.html
-
### Description
Following this comment https://github.com/duckdb/pg_duckdb/pull/415/files#r1837875339 we want to introduce a way to ensure certain non-thread safe functions are indeed called under a …
-
### What happens?
When trying to do a basic query in Python:
```
#! /usr/bin/python3
import duckdb
duckdb.read_csv('20503_switch_dump.csv')
```
it errors out with the following:
```
: Ou…
-
### What happened?
See https://github.com/duckdb/duckdb/discussions/14549#discussion-7364961. Any way to go from `duckdb.DuckDBPyConnection` to a `sqlalchemy.engine`? I have to make my own little wra…
-
#### issue summary
lea's `prepare` and `run` commands fail to work properly with MotherDuck connections, but they work with standard DuckDB connections (for the same views).
#### environment
- le…
-
### What happens?
I have a table function that takes an enum type named parameter. I need to access the integer value of the enum that is received by the `bind` function. However, I get an INTERNAL e…
-
There's a significant challenges with the current approach of embedding libduckdb directly.
1. **Compilation Time and Package Size**: Embedding libduckdb requires a substantial amount of compilati…
-
### Is your feature request related to a problem?
In DuckDB, the RANGE function requires a third argument (an interval) when working with timestamps. This differs from BigQuery’s [implementation](htt…
-
### Description
Hi,
I used DBeaver's driver wizard to download the most recent DuckDB version 1.1.0.
When I try to install a DuckDB extension from a DBeaver query window using `FORCE INSTALL A…