paleolimbot commented on code in PR #3362: URL: https://github.com/apache/arrow-adbc/pull/3362#discussion_r2308907768
########## 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: Is this unique to SQLite or maybe there's another good place for "well known but also we don't really want to update adbc.h" parameters? (I recall there's a Postgres one like that too but I forget what it's called). -- 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