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

Roll back to github.com/jackc/pgx/v4 #198

Closed
wants to merge 4 commits into from
Closed

Conversation

zchenyu
Copy link

@zchenyu zchenyu commented Jun 23, 2023

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

Fixes #171 by rolling back to github.com/jackc/pgx/v4
This effectively rolls back this commit (plus some newer code) 321c8fd

Upgrading to a different major version (v5) is not backwards compatible. In particular, >=v1.4.6 of this library does not have the same semantics.
To properly upgrade to v5, I suggest creating a v2 version of this library.

User Case Description

Using GORM + postresql with enum values.

@zchenyu zchenyu changed the title Upstream Roll back to github.com/jackc/pgx/v4 Jun 23, 2023
@jinzhu
Copy link
Member

jinzhu commented Oct 10, 2023

Not going to rollback to old versions, maybe we can fix your issue in the latest driver?

@jinzhu jinzhu closed this Oct 10, 2023
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.

1.4.6 breaks enums
2 participants