Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python DBAPI 2.0 Compatibility #1967

Closed
4 of 5 tasks
Mause opened this issue Jul 8, 2021 · 4 comments
Closed
4 of 5 tasks

Python DBAPI 2.0 Compatibility #1967

Mause opened this issue Jul 8, 2021 · 4 comments
Labels

Comments

@Mause
Copy link
Member

Mause commented Jul 8, 2021

I figured it might be worth documenting some of the gaps that I've found while trying to build out the sqlalchemy driver for duckdb

The specification is available here: https://peps.python.org/pep-0249/

@Mause
Copy link
Member Author

Mause commented Jul 8, 2021

This is related to #469 as well

@thesketh
Copy link

@Mause Yeah, I noticed this when I started trying to port the SQLite tests. I think there are two things in play, there's compatibility with the DB-API and compatibility with SQLite (which isn't completely conformant, and implements some of the extensions as well). I had a go at trying to build a pure Python wrapper which was more conformant, but I've unfortunately been waylaid with other things: https://github.com/thesketh/pyduckdb

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Aug 2, 2023
@github-actions
Copy link

github-actions bot commented Sep 2, 2023

This issue was closed because it has been stale for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants