Blake Gentry

Results 189 comments of Blake Gentry

I take it back, I'm still encountering this issue. Not sure how I thought it was fixed last time. For me, it happens in two case: 1. When I load...

Are each of your services running on their own independent Postgres schema/namespace? I had always envisioned there being just a single leader in a given namespace, so if you want...

I'm not sure how much work this feature would take in sqlc, but it may not be worth it. Users of `lib/pq` would be better served by moving away from...

Glad you’re liking it! 😀 This might be a tricky thing to implement. The reason is that the migrator works on a driver, and the pgx driver can currently only...

@roman-vanesyan the migrator needs to continue being able to work with multiple database adapters so I think it's important that it continue operating on an interface like that. It does...

@NathanBaulch I’m not sure how this could have slipped past our testing 🤔 can you confirm that you’re using the dbsql driver, as well as the underlying db driver you’re...

Ah, it seems like you're using Bun's own pgdriver which I don't think we've tried, so it seems likely to be an issue specific to that. We have a fair...

@brandur we can probably remove the part of the note on this doc page that links to this issue, right? https://riverqueue.com/docs/database-drivers#known-limitations-of-riverdatabasesql

@mobiletoly would it work for your use case if you could do uniqueness comparisons against a _subset_ of args (specified by top level JSON field names) instead of all of...

This should be closed by #590 which will be merged shortly. You can now opt into having uniqueness considerations look at a subset of your job's arguments, instead of all...