generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpending releaseResolution implemented, pending official releaseResolution implemented, pending official release
Description
Describe the issue
It seems like with this wrapper transactions are run by executing a string of queries to BEGIN, execute, and COMMIT the transaction. However, there is no concept of getting an individual connection from the client that I can find. If we are running multiple queries synchronously and use a pool, how can we run transactions and ensure the queries are run on the same connection so as to not overlap with another transaction?
Also, it would be nice to have an example of the preferred way to extract the output data from a query, instead of just printing the object.
Links
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpending releaseResolution implemented, pending official releaseResolution implemented, pending official release