We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 4.4.1 Module: quill-jasync-postgres Database: PostgreSQL
It will allow you to bulk insert with more than 1 onConflictUpdate
onConflictUpdate
It breaks if you supply more than 1 onConflictUpdate
Doesn't seem to be reproducable with a mirror context but here is the code: https://scastie.scala-lang.org/Vqb8nwbvQwWZuoFKv6pHnA
It works if you only pass 1 onConflictUpdate, but when you pass multiple it breaks
Disable bulk insert but that's not really a workaround.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 4.4.1
Module: quill-jasync-postgres
Database: PostgreSQL
Expected behavior
It will allow you to bulk insert with more than 1
onConflictUpdate
Actual behavior
It breaks if you supply more than 1
onConflictUpdate
Steps to reproduce the behavior
Doesn't seem to be reproducable with a mirror context but here is the code:
https://scastie.scala-lang.org/Vqb8nwbvQwWZuoFKv6pHnA
It works if you only pass 1
onConflictUpdate
, but when you pass multiple it breaksWorkaround
Disable bulk insert but that's not really a workaround.
The text was updated successfully, but these errors were encountered: