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
Currently, SPARQL OPTIONAL is not supported by SOQL/Criteria API. This is a major deficiency especially for Criteria API, where it could have been used to process optional parameters.
Note that since OPTIONAL does not exist in SQL/JPQL, this would be a completely new query feature and its syntax need to be carefully considered.
The text was updated successfully, but these errors were encountered:
Currently, SPARQL
OPTIONAL
is not supported by SOQL/Criteria API. This is a major deficiency especially for Criteria API, where it could have been used to process optional parameters.Note that since
OPTIONAL
does not exist in SQL/JPQL, this would be a completely new query feature and its syntax need to be carefully considered.The text was updated successfully, but these errors were encountered: