Philip Constantinou

Results 6 issues of Philip Constantinou

**Describe the PR** swaggo doesn't look at the `form` tag on structs to determine field names, only the `json` tag. This update sets the field name in the swagger files...

The code in client.go says: ``` select { case r :=

Provide an optional argument that allows the caller to provide a job with a duplicate finger print Incorporate a test suite with support for injectable back-ends

Steps to reproduce: - Create a queue and handler - Add a job that has `RunAfter: time.Now().Add(time.Hour)` Expected: - Job doesn't run for an hour Actual: - Job runs immediately...

I want to be able to `Enqueue` a job and then override it with a newer payload and an updated `RunAt` time. It looks like, using the `Fingerprint` mechanism, I...

### What do you want to change? ### Background sqlc currently allows queries to generate a struct based on *all* the columns of a table using the *table name*.`*` syntax....

enhancement
:wrench: golang