-
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
Description
It seems that all of the code around the arguments is built around the idea of driver.Value as the argument type. Are there any plans to change that to conform to how it's being done in the built-in package so that types like sql.Out can be supported?
I am getting errors simply when calling a function like ExecContext with a sql.Out argument, so it's not specifically related to how I'm testing, as far as I can discern.