Closed cocoa-xu closed 1 year ago
Passing elixir values to Adbc.Statement.bind/2.
Adbc.Statement.bind/2
It should receive a list of Elixir values, including numbers, strings, floats, and nil, and converts that into a NANOARROW of type struct.
Skip CI until it tests okay locally.
Passing elixir values to
Adbc.Statement.bind/2
.It should receive a list of Elixir values, including numbers, strings, floats, and nil, and converts that into a NANOARROW of type struct.