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
crashes with the below stack trace. Don't know if we are supposed to guard for the "syntax error" from Java SDK side. It seems like the usual pattern for checking validity is to check with Q(nativeQueryPtr)->validate() after building up the query.
The following query from the tests in realm/realm-java#7234
crashes with the below stack trace. Don't know if we are supposed to guard for the "syntax error" from Java SDK side. It seems like the usual pattern for checking validity is to check with
Q(nativeQueryPtr)->validate()
after building up the query.The text was updated successfully, but these errors were encountered: