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

Conversation

brandur
Copy link
Contributor

@brandur brandur commented May 4, 2024

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.

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.
Copy link
Contributor

@bgentry bgentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How the heck did this sneak in?? My bad I think …

@brandur
Copy link
Contributor Author

brandur commented May 4, 2024

Hah, yeah I was surprised to see it too!

Thanks.

@brandur brandur merged commit 30a97ff into master May 4, 2024
10 checks passed
@brandur brandur deleted the brandur-drop-lib-pq branch May 4, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants