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
When fromValues() is used to define a CTE, the resulting SQL is invalid and does not contain the values parameters.
The text was updated successfully, but these errors were encountered:
@beikov suggested that it might be sufficient to change
if (hasLimit())
in com.blazebit.persistence.impl.AbstractCTECriteriaBuilder:79 to
com.blazebit.persistence.impl.AbstractCTECriteriaBuilder:79
if (hasLimit() || joinManager.hasEntityFunctions() || !keyRestrictedLeftJoins.isEmpty())
This need thorough testing!
Sorry, something went wrong.
4f78c69
added testcase for #304
ddd0600
Mobe91
No branches or pull requests
When fromValues() is used to define a CTE, the resulting SQL is invalid and does not contain the values parameters.
The text was updated successfully, but these errors were encountered: