-
### What happens?
The Python pre-releases `duckdb 1.1.4.dev1919` and `1.1.4.dev1906` (I didnt check duckdb `1.1.4.dev1619`) are not able to read a csv file, which `duckdb 1.1.3`'s `read_csv` as wel…
-
Sample column values:
| ref_pfr_no |
|--------|
| 211110015349060 |
| 211150015009060 |
| DIV |
| 221400000671023 |
| 221170000731023 |
| DIV |
When a column starts with a numeric-looking text, and…
-
This isn't an issue with the node-neo package, but I'm unsure where else would have a community that is the most knowledgable of this topic since there don't seem to be any active Deno specific DuckDB…
-
### 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?
When I follow the below instructions to build duckdb, then use the static library `duckdb_static.lib`, I got lots of unresolved symbols error:
https://duckdb.org/docs/dev/buildin…
-
The `certFileLocations` are currently hardcoded:
https://github.com/duckdb/uc_catalog/blob/8547541273c6b82e7fb99b906dbbcae2c2fe5a19/src/uc_api.cpp#L20
DuckDB has a config for `ca_cert_file`. Can w…
-
### Kùzu version
master
### What operating system are you using?
MAC M1
### What happened?
If two structs has different field name, duckdb treats them as two different structs:
```
select {c: 2…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
### What happens?
Stored procedure will run each query with more parameters, thus will always hit assert in duckdb.
### To Reproduce
```
postgres=# create table t(a int);
CREATE TABLE
postgres=#…
-
As discussed in Slack, attempting to specify a non-top-level package in a GitHub repo in the `sources` section of Project.toml errors.
MWE:
```toml
[deps]
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f…