Fix a bug in error parsing #21
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: thereadme/hapi-sequelize-crud#21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "better-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a case where the server could hang b/c we'd never call
reply
. Also adds some better parsing around PG errors.This is a patch release.
@mdibaiee this is the kind of thing I'd just merge myself, but I figure it's better to let you see it since you've gotta push the
npm publish
button.You're right, it seems it's possible to have collaborators in npm, too, I didn't know that. Please feel free to merge these kind of things yourself and publish.
I just added you as collaborator: https://www.npmjs.com/package/hapi-sequelize-crud
Published as 2.5.4
Thanks @mdibaiee!