Hi guys,
As I posted on the Phoenix list a few days ago, I am working on a golang
client for the phoenix query service (which uses avatica).
In regards to starting a transaction, I see that the protobuf reference
contains Commit and Rollback requests, but there isn't any Begin request.
Is sending a ConnectionSync request and setting autoCommit to false the
correct way to start a transaction?
Also, what is the state of autoCommit when I send an Open request to the
server?
Finally, the Open request allows me to send a map called info. What is
suppose to go into this map?
Cheers!
- Starting a transaction with avatica and a few other things F21
-