Skip to content

Support binding all data types to prepared statement parameters #86

Open
@jraymakers

Description

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
  • MAP
  • UUID
  • UNION
  • BIT
  • VARINT

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions