-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I'm trying to create a double (float8) column using sqlalchemy with Column(Double) or Column(Float(8)) but it creates every time only a float (float4) column.
Am I doing something wrong? Is the double (float8) type supported on column creation?
Note if relevant:
I'm using sqlmodel: the full field definition I'm using is Field(sa_column=Column(Double))
DuckDB Engine Version
0.13.5
DuckDB Version
1.4.2
SQLAlchemy Version
2.0.36
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working