Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop lib/pq use in job listing #337

Merged
merged 1 commit into from
May 4, 2024
Merged

Drop lib/pq use in job listing #337

merged 1 commit into from
May 4, 2024

Commits on May 4, 2024

  1. Drop lib/pq use in job listing

    I missed this before, but while working on something else I noticed
    randomly that apparently we use `lib/pq` in the job list module to
    encode an array of job states.
    
    I think it was an oversight to have brought this in as a hard
    dependency, so here remove the use of `pg.Array` in favor of just using
    a normal Go slice instead.
    brandur committed May 4, 2024
    Configuration menu
    Copy the full SHA
    517a887 View commit details
    Browse the repository at this point in the history