-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch the pggen tool to jackc/pgx (#160)
As part of the continued campaign to migrate from lib/pq to jackc/pgx, this patch switches the database driver that pggen itself uses when it is connecting to the database to get at the meta tables. It seems that the two divers translate one of the more esoteric system types differently, so some code had to be adapted for that, but otherwise there is no need to adapt.
- Loading branch information
1 parent
0fc2e11
commit e323f65
Showing
3 changed files
with
39 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters