Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

"The select expression is not a valid expression" is thrown when creating a user #1

Open
jonjomckay opened this issue Sep 29, 2017 · 0 comments
Assignees

Comments

@jonjomckay
Copy link
Contributor

The following error is thrown when trying to create a new user:

An exception occurred while creating a query in EntityManager:
Exception Description: Syntax error parsing [select exists (select ?1
from UserTable userTable
where userTable.email = ?2)
from UserTable userTable].
[7, 76] The select expression is not a valid expression.

It looks like QueryDSL is creating an incorrect SQL query from the given statements.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant