zeroshade commented on PR #97: URL: https://github.com/apache/arrow-adbc/pull/97#issuecomment-1232156319
@lidavidm Do we have any constants for setting the Isolation level of the transactions yet? If not, the golang values are: `LevelDefault` `LevelReadUncommitted` `LevelReadCommitted` `LeveWriteCommitted` `LevelRepeatableRead` `LevelSnapshot` `LevelSerializable` `LevelLinearizable` With the documentation that if a driver does not support a given isolation level, an error may be returned. This is in addition to a `ReadOnly` boolean option. Should we add constants for these? -- 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]
