Closed cocoa-xu closed 5 months ago
Currently it supports both primitive and complex data types in results. I'll send another PR for binding parameters with complex data types using Adbc.Column
.
Looks great! Two minor comments and we can ship it!
Thanks for the code review Jose!
And I applied a minor change so the users can use seconds and milliseconds in Adbc.Buffer.date{32,64}
(commit 3929a65) respectively. This should match the semantic defined in the arrow format, tdD
and tdm
This is a follow-up PR of https://github.com/elixir-explorer/adbc/pull/68.