Skip to content

Add type: DOUBLE (float8)#1385

Open
arambert wants to merge 4 commits intoMause:mainfrom
arambert:feature/add-type-double-float8
Open

Add type: DOUBLE (float8)#1385
arambert wants to merge 4 commits intoMause:mainfrom
arambert:feature/add-type-double-float8

Conversation

@arambert
Copy link
Copy Markdown

@arambert arambert commented Jan 7, 2026

Since SQLAlchemy 2.0.0 we can use the DOUBLE (float8) type to handle duckdb double (float8) columns.

This PR makes it work in duckdb_engine.

Tested with sqlalchemy 2.0.0

closes #1384

@arambert
Copy link
Copy Markdown
Author

For those looking for float8 (64) support, you may look into https://github.com/leonardovida/duckdb-sqlalchemy, a good & active alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Support for Double (Float8) column type

1 participant