DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang
Other
667 stars 48 forks source link

Support usage of sql.Out params within transaction #20

Closed krevels closed 5 years ago

krevels commented 5 years ago

Updates the connection to implement the NamedValueChecker interface, with support for sql.Out named parameter types. This will allow us to use go-txdb with stored procedures which contain output parameters

l3pp4rd commented 5 years ago

Thanks ;)

kasparasg commented 5 years ago

@l3pp4rd aciu! 😉