You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries of type Exists are not supported by this implementation
at app//gorm.tools.mango.jpql.JpqlQueryBuilder.buildWhereClauseForCriterion(JpqlQueryBuilder.groovy:782)
at app//gorm.tools.mango.jpql.JpqlQueryBuilder.buildWhereClause(JpqlQueryBuilder.groovy:686)
at app//gorm.tools.mango.jpql.JpqlQueryBuilder.buildUpdate(JpqlQueryBuilder.groovy:141)
Was trying to use JPQL builder for an update statement
Because grails criteria.updateAll doesnt support exists or joins.
this forces us to always use either HQL or sql if we want to run an update statement that has join/exists
The text was updated successfully, but these errors were encountered:
Throws error
Was trying to use JPQL builder for an
update statement
Because grails
criteria.updateAll
doesnt support exists or joins.this forces us to always use either HQL or sql if we want to run an update statement that has join/exists
The text was updated successfully, but these errors were encountered: