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

pg: Re-export DatabaseError from 'pg-protocol' #2445

Merged
merged 3 commits into from Mar 22, 2021

Commits on Jan 18, 2021

  1. pg: Re-export DatabaseError from 'pg-protocol'

    Before, users would have to import DatabaseError from 'pg-protocol'.  If
    there are multiple versions of 'pg-protocol', you might end up using the
    wrong one.
    
    Closes brianc#2378
    cakoose committed Jan 18, 2021
    Copy the full SHA
    b3dc879 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Update error-handling-tests.js

    brianc committed Mar 12, 2021
    Copy the full SHA
    2fc98cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6295900 View commit details
    Browse the repository at this point in the history