paleolimbot commented on code in PR #3362:
URL: https://github.com/apache/arrow-adbc/pull/3362#discussion_r2325659857
##########
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:
Another day!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]