You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not currently possible to bind all data types to prepared statement parameters, because the C API doesn't provide such support (as of DuckDB 1.1.3). The necessary C API support is on track to ship with DuckDB 1.2; this issue tracks adding the necessary bindings and API functions to expose this functionality when it becomes available.
The following types need support:
TIMESTAMP_S
TIMESTAMP_MS
TIMESTAMP_NS
ENUM
LIST
STRUCT
MAP
ARRAY
UUID
UNION
BIT
TIME_TZ
TIMESTAMP_TZ
VARINT
The text was updated successfully, but these errors were encountered:
It's not currently possible to bind all data types to prepared statement parameters, because the C API doesn't provide such support (as of DuckDB 1.1.3). The necessary C API support is on track to ship with DuckDB 1.2; this issue tracks adding the necessary bindings and API functions to expose this functionality when it becomes available.
The following types need support:
The text was updated successfully, but these errors were encountered: