You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this! I was aware that lib/pq was in maintenance mode but did not have the time yet to look for alternatives. It seems to me that we would be able to replace the lib/pq/oid package with the oid types stored within pgx.
I noticed that we also have a dependency on lib/pq within our UNIT tests. This is something I would like to keep within the project since there are many projects out there still using the lib/pq driver. Feel free to open a MR to replace lib/pq oid types with the types stored within pgx.
As you might already know lib/pq is now in maintenance mode and psql-wire has a direct dependency on it.
From what is see the library is mainly being used for its Oid type can this be extracted out by someway?
The text was updated successfully, but these errors were encountered: