Closed matreyes closed 5 months ago
Hi @matreyes, thanks for reporting this issue. I’ll try to implement this today. :)
Perhaps it is worth bringing the Decimal library as a dependency for this one?
Perhaps it is worth bringing the Decimal library as a dependency for this one?
I agree. It'd be much easier to start from scratch or casting it to other types
Perhaps it is worth bringing the Decimal library as a dependency for this one?
Wouldn't generate a compatibility issue with explorer?
(I was trying with Explorer.Series.from_list([Decimal.new(1, 42, -1)])
and it fails)
Explorer does not support a decimal yet but we want to. There is an open issue.
Hi @jc00ke, my plan is to implement all list types plus the struct one in Adbc.Column
in this week (and more types if I have enough time), and then perhaps we can release a new version.
But I'm not sure if @josevalim has any plan for the next release, like if we're only going to release one once all types are supported in Adbc.Column
. Below is the list of types that haven't implemented yet:
Hi there!, I'm having an issue because duckdb defaults to decimal instead float:
Sadly I couldn't replicate in sqlite, it seems it always uses float (even casting to decimal or numeric).
Thanks!