trinodb / trino-go-client

Go client for Trino
Apache License 2.0
131 stars 60 forks source link

Add tests for transactions #33

Open hashhar opened 2 years ago

hashhar commented 2 years ago

See https://github.com/trinodb/trino-go-client/issues/32#issuecomment-1004694778

This will probably require a connector that supports transactions if we want to test this end-to-end.

nineinchnick commented 4 months ago

I wonder if anything from this PR would be useful: https://github.com/prestodb/presto-go-client/pull/66