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

Support pgx versioned names #17

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

maraino
Copy link
Contributor

@maraino maraino commented Aug 8, 2023

Description

This commit supports the driver names pgx/v4 and pgx/v5. These aliases of different versions of pgx allow loading the proper driver if a project's dependency imports a different one.

This PR was previously sent to jmoiron/sqlx#868

cc: @BenKnigge

This commit supports the driver names pgx/v4 and pgx/v5. These aliases
of different versions of pgx allow loading the proper driver if
a dependency of a project imports a different one.

Signed-off-by: Mariano Cano <mariano.cano@gmail.com>
@BenKnigge
Copy link
Contributor

@maraino awesome!

@BenKnigge BenKnigge self-requested a review August 8, 2023 20:20
@BenKnigge BenKnigge merged commit ad93f5f into go-sqlx:main Aug 8, 2023
1 check passed
@uvulpos
Copy link
Member

uvulpos commented Aug 8, 2023

awesome 🙂 👍🏻

@maraino maraino deleted the pgx-versions branch August 9, 2023 17:26
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

3 participants