-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unhandled rejection error on knex.batchInsert with postgres #1880
Comments
Having this same issue but with Oracle. knex 0.12.6 |
I'm seeing the same issue! knex 0.12.6 |
Same issue here - knex 0.12.6 |
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
wubzz
pushed a commit
to wubzz/knex
that referenced
this issue
Mar 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing
when having duplicate key causes unhandled rejection error - can not catch it as a promise or with try\catch:
Steps to reproduce - try catching error when inserting bulk values with duplicated keys:
knex 0.12.6
pg 6.1.2
node 5.12.0
The text was updated successfully, but these errors were encountered: