riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
3.51k stars 94 forks source link

Clean up extraneous SQL annotations #444

Closed brandur closed 3 months ago

brandur commented 3 months ago

A small change that goes through and cleans up SQL a bit by removing some unnecessary annotations, mostly typecasting that's already implied by the type of the column where the values are going.

brandur commented 3 months ago

Thanks!