zeroshade commented on code in PR #97: URL: https://github.com/apache/arrow-adbc/pull/97#discussion_r959687170
########## adbc.h: ########## @@ -654,6 +654,71 @@ AdbcStatusCode AdbcConnectionReadPartition(struct AdbcConnection* connection, /// enabled. #define ADBC_CONNECTION_OPTION_AUTOCOMMIT "adbc.connection.autocommit" +/// \brief The name of the canonical option for whether the current +/// transaction should be restricted to being a read-only transaction. +#define ADBC_CONNECTION_OPTION_TRANSACTION_READ_ONLY \ + "adbc.connection.transaction.readonly" Review Comment: Interesting, okay. I'll change the option to be `adbc.connection.readonly` instead of `adbc.connection.transaction.readonly` -- 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]
