Jesse Michael
Jesse Michael
I'm running into this as well: ``` Executing query "alter table \"catalogs\" alter column \"catalog_id\" set default 'gen_random_uuid()'" {"level":"error","msg":"ERROR: invalid input syntax for type uuid: \"gen_random_uuid()\" (SQLSTATE 22P02)"} ``` And...
@wellle I'm also interested in being about to pause and resume queue consumption. For my use case, we have built a circuit breaker into our rmq flow. We would like...
rebased/updated
I'm running into this too.. and the wrapper work around doesn't work for me.. am I doing something wrong? Given ``` go type Querier interface { db.Querier WithTx(tx *sql.Tx) Querier...
It would be nice if we could just update the **WithTx** signature to use "Querier" instead of "*Queries" _if_ `emit_interface` is enabled.. but, as @kyleconroy mentions in the issue https://github.com/sqlc-dev/sqlc/issues/383#issuecomment-596053061,...
If this is acceptable approach, I could work on the PR for it (as well as the subsequent PRs in https://github.com/open-telemetry/opentelemetry-go-contrib that would want to be updated to use the...