When I pass sql.Out arguments to ExecContext, I get: sql: converting argument with name "MyVarName" type: unsupported type sql.Out, a struct This appears to happen in the database/sql layer when the ...