Elliana May

Results 261 comments of Elliana May

This is related to https://github.com/duckdb/duckdb/issues/469 as well

@saulpw are you able to retest on the latest master?

@roveo I'm happy for you to raise an issue over in [duckdb_engine](https://github.com/mause/duckdb_engine), but @Mytherin is quite correct in how psycopg2 works. I believe the next version, psycopg3, uses real prepared...

@pdet yeah I'm not a huge fan of having four names for one function, that's just likely to confuse people even more. We should probably choose one name, and if...

> I would say we can keep ```df()``` and ```fetch_df()```, ```numpy()``` and ```fetch_numpy()``` and merge all arrow functions with a flag to output either an arrow table or a record...

> > > I would say we can keep `df()` and `fetch_df()`, `numpy()` and `fetch_numpy()` and merge all arrow functions with a flag to output either an arrow table or...

> I was trying to see what macros I had created on a database. (So not in-memory). Using the latest driver version I could download through DBeaver (maven). Not sure...

I'd certainly be open to seeing maven used for building the java artifacts (replacing some of the handwritten scripts currently used) - I wonder if it's possible to have arrow...

@jonathanswenson that does look class path related yeah, I would put money on it being the class path separator at fault. My preference would still be that be use maven...

PyPy does look possible with some minor fixes, but HPy support wouldn't be possible without replacing pybind11 Happy to merge a PR that fixes the issues with PyPy 😁