Closed krevels closed 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
NamedValueChecker
sql.Out
go-txdb
Thanks ;)
@l3pp4rd aciu! 😉
Updates the connection to implement the
NamedValueChecker
interface, with support forsql.Out
named parameter types. This will allow us to usego-txdb
with stored procedures which contain output parameters