lidavidm commented on code in PR #3362: URL: https://github.com/apache/arrow-adbc/pull/3362#discussion_r2308976401
########## c/driver/sqlite/sqlite.cc: ########## @@ -51,6 +51,7 @@ constexpr std::string_view kConnectionOptionLoadExtensionEntrypoint = "adbc.sqlite.load_extension.entrypoint"; /// The batch size for query results (and for initial type inference) constexpr std::string_view kStatementOptionBatchRows = "adbc.sqlite.query.batch_rows"; +constexpr std::string_view kStatementOptionBindByName = "adbc.statement.bind_by_name"; Review Comment: We should maybe make such a header :grimacing: `arrow-adbc/experimental.h`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org