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
onConflictUpdate
Version: 4.8.5 Module: quill-jdbc-zio Database: postgres
4.8.5
quill-jdbc-zio
postgres
... ON CONFLICT (foo) DO UPDATE SET a_b = EXCLUDED.a_b ...
... ON CONFLICT (foo) DO UPDATE SET a_b = EXCLUDED.aB ...
All that is required to reproduce is a PostgresZioJdbcContext(SnakeCase) and an onConflictUpdate clause.
PostgresZioJdbcContext(SnakeCase)
4.8.4 works so reverting to it is an acceptable workaround.
4.8.4
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
same for sqlite
Sorry, something went wrong.
Looks like this change #3137 is the cause @deusaquilus
No branches or pull requests
Version:
4.8.5
Module:
quill-jdbc-zio
Database:
postgres
Expected behavior
Actual behavior
Steps to reproduce the behavior
All that is required to reproduce is a
PostgresZioJdbcContext(SnakeCase)
and anonConflictUpdate
clause.Workaround
4.8.4
works so reverting to it is an acceptable workaround.@getquill/maintainers
The text was updated successfully, but these errors were encountered: