Elliana May
Elliana May
Looks like this is a default inherited from Postgres: https://github.com/sqlalchemy/sqlalchemy/blob/1c58fe53b6fd069cbb82955ddaf9eb5405076146/lib/sqlalchemy/dialects/postgresql/base.py#L2941
Given that it's in the "base" Postgres dialect, rather than the psycopg2 one, I'm not sure it is I saw in the linked issue, congrats!
Heya, I'd actually begun work on this after the PR yesterday already, so I'll put it up once it's ready (in the next few days hopefully), and see if it's...
Hey there! I don't think this is a feature that can realistically live outside of DuckDB's core unfortunately. This query explains why pretty well: ```sql SELECT * FROM 'passwords.csv' ````...
Okay yeah, this situation will require the fix I mentioned in https://github.com/Mause/duckdb_engine/issues/504#issuecomment-1374787893 unfortunately, which will mean a using a dev version of DuckDB or waiting for the next release Alternatively...
I've been looking into it yeah, and have a hacky draft pr up
@dhirschfeld I would expect that to mostly work already, can you give an example where it doesn't?
> FYI: I am using the duckdb_engine as Async engine > > I had to patch `duckdb_engine.duckdb_engine.Dialect.get_pool_class` in order to be able to set an Async Connection pool That shouldn't...
Hey there, this has been raised before, but the landscape has changed a bit since. We'd probably need a `list[str | dict]` or something I think? Will have a think
Version support is incoming as well: https://github.com/duckdb/duckdb/pull/10437