The procedure has several OUT parameters. 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 ...
When using a where clause with a subquery and a parameter placeholder ($1), Electric reports inconsistent errors depending on whether parameters are passed. The ...