lidavidm commented on issue #4321: URL: https://github.com/apache/arrow-adbc/issues/4321#issuecomment-4677461981
So reviewing this again, why not enable autocommit mode? Basically then the driver won't issue any transaction-related commands (and so Postgres's default behavior is to commit after each statement), and you could emit BEGIN/COMMIT/ROLLBACK yourself (albeit the actual `commit` and `rollback` functions in the driver would be disabled) -- 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]
