Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-1130

where in throws : Unsupported comparison between type 'uuid' and type 'string'

      Problem

      I have UUID as primary key in my class

      I want to make this query:

      UUID[] values = new UUID[]

      { UUID.fromString(key1) }

      ;
      query.in("uuid_field" , values);

      exception will thrown : Unsupported comparison between type 'uuid' and type 'string'

      how can i acheive that ?

      JAVA - android studio , realm DB

      Solution

      No response

      Alternatives

      No response

      How important is this improvement for you?

      I'd like to see it, but have a workaround

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: