-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DatabaseError class should be public #2340
Comments
tcarrio
added a commit
to tcarrio/node-postgres
that referenced
this issue
Oct 4, 2020
- Updated root exports of 'pg-protocol' to include DatabaseError Ref: brianc#2340
brianc
pushed a commit
that referenced
this issue
Oct 4, 2020
- Updated root exports of 'pg-protocol' to include DatabaseError Ref: #2340
@garaboncias just a heads up, the fix for this was just merged. Keep an eye out for the next release 😁 |
Release went out! pg@8.4.0
…On Sun, Oct 4, 2020 at 3:52 PM Tom ***@***.***> wrote:
@garaboncias <https://github.com/garaboncias> just a heads up, the fix
for this was just merged. Keep an eye out for the next release 😁
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2340 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMHIPQDAUEIHZPC6K4IKTSJDN7VANCNFSM4REZI5IA>
.
|
Crazy fast @brianc . Thanks for updating us here too ❤️ |
Thank you for your support and kindness! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to handle Database errors in higher level, and we wan't to check if error come from db, and in that case error code is a specific code. Please export DatabaseError class from
node-postgres
to able to achieve that.The text was updated successfully, but these errors were encountered: