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
Quill does not support query on Embedded class. See StatementInterpolator.scala
s" run(query[Users].update(_.embeddedCaseClass -> lift(someInstance)))\n" + s" In that case, make sure you are updating individual columns, for example:\n" + s" run(query[Users].update(\n" + s" _.embeddedCaseClass.a -> lift(someInstance.a),\n" + s" _.embeddedCaseClass.b -> lift(someInstance.b)\n" + s" ))"
At least simple support for Embedded composite key with two arguments is needed.
The text was updated successfully, but these errors were encountered:
v0.6.0
Sorry, something went wrong.
ajozwik
No branches or pull requests
Quill does not support query on Embedded class. See StatementInterpolator.scala
At least simple support for Embedded composite key with two arguments is needed.
The text was updated successfully, but these errors were encountered: