Skip to content

db hint #1

Open
Open
@vitaly-t

Description

@vitaly-t

a better check for this:

            .catch(function(error){
                switch(error.name){
                    case 'QueryResultError':

is this one:

if(error instanceof pg.QueryResultError){
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions