cockroach-go icon indicating copy to clipboard operation
cockroach-go copied to clipboard

create a version of ExecuteTx() that takes a sql.Conn instead of sql.DB

Open andreimatei opened this issue 6 years ago • 0 comments

...for newer versions of Go that support it.

It'd help with https://github.com/cockroachdb/cockroach/issues/23558, and generally when clients care what connection their txn runs on.

andreimatei avatar Mar 07 '18 20:03 andreimatei