duckdb_engine icon indicating copy to clipboard operation
duckdb_engine copied to clipboard

SQLAlchemy driver for DuckDB

Results 80 duckdb_engine issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psf/black](https://togithub.com/psf/black) | repository | minor | `22.6.0` -> `22.8.0` | Note:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v1.1.21` -> `v1.1.22` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JRubics/poetry-publish](https://togithub.com/JRubics/poetry-publish) | action | minor | `v1.12` -> `v1.13` | ---...

- fix bug ``` AttributeError: 'Connection' object has no attribute 'exec_driver_sql' ``` - add schema support.

### What happened? I have been working with `sqlalchemy` in the `main` 2.0 branch, and I'm unable to install `duckdb-engine`. Would it be possible to relax the pinned version? Are...

bug