I have tried the datasource validation query added by #47233 as a solution for #47091, but I can't see it working for PosgtgreSQL, MariaDB or MySQL. The timeout works for SQL Server and Oracle. I was ...
I've tried to run an INSERT INTO on postgres with a JSONB column and using sqlc.arg(name)::jsonb as type. The column is type-overridden with a custom go-struct, which also works when having $1 as ...