-
### What happens?
trying to create a table in a remote Postgis database
wuth `create table postgres_db.test_table (id int, location geometry );`
duckdb return a generic error:
```
INTERNAL Error:…
-
In https://github.com/panel-extensions/panel-graphic-walker/pull/22 I will add more support for more data sources to `panel-graphic-walker`. I add general DataFrame support via [Narwhals](https://gith…
-
Hi,
I am currently trying to figure out a way to use `pygeofilter` for converting CQL2 to a DuckDB query using the [spatial extension](https://github.com/duckdb/duckdb_spatial). This extension is qui…
-
Hello!
I would like to take a comma separated string and put each element in its own row. This is easy to do in dplyr using the separate() or separate_wider_delim() functions. However, my dataset …
-
# Josiah Parry - {duckdb} or {duckplyr}?
[https://josiahparry.com/posts/2024-05-24-duckdb-and-r](https://josiahparry.com/posts/2024-05-24-duckdb-and-r)
-
### What happens?
When I press ctrl-c, DuckDB immediately exits. However, I would prefer it to _never_ exit when I press ctrl-c. In other shells and REPLs, I use ctrl-c to clear the current line, etc…
-
### What happens?
When running an `update` query with a mysql target table, the generated mysql code appears to be invalid:
```
DuckDB.NET.Data.DuckDBException (0x0000001C): IO Error: Failed to r…
rynoV updated
3 weeks ago
-
I'm trying to use DuckDB via ODBC in SAS 9.4.
I get this incomprehensible message. Any ideas?
Nothing in my system is in Chinese.
```
ERROR: CLI prepare error: ODBC_DuckDB->PrepareStmt
Parser Err…
-
### Description
# Problem
Many (financial) applications/transformations require "correctness" that cannot be achieved using float but only decimal.
One big missing feature is `round` on decimal (…
-
Another database -> DuckDB https://duckdb.org/
A sqlite like OLTP database, no good gui client tool for handle.
Can DbGate support DuckDB?