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.8.1 Module: quill-sql Database: postgres
4.8.1
quill-sql
postgres
double lift should be detected at compile time.
It fails at runtime with
java.lang.RuntimeException: Unquotation can only be done from a quoted block. at io.getquill.EagerPlanter.unquote(DslModel.scala:99)
https://scastie.scala-lang.org/CCFCK1XNQS6nCAl1x0TiPg
With postgres driver it compiles fine.
Remove lift.
lift
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
4.8.1
Module:
quill-sql
Database:
postgres
Expected behavior
double lift should be detected at compile time.
Actual behavior
It fails at runtime with
Steps to reproduce the behavior
https://scastie.scala-lang.org/CCFCK1XNQS6nCAl1x0TiPg
With postgres driver it compiles fine.
Workaround
Remove
lift
.@getquill/maintainers
The text was updated successfully, but these errors were encountered: