Eugene
Results
1
issues of
Eugene
Is there a way to sort by columns with case sensitive or case insensitive? ex) ``` realm.where(MyTable.class) .equalTo("column1", "value1") .findAllSorted("column2", Sort.ASCENDING, CASE.SENSITIVE); ``` if no, I hope this function with...
T-Enhancement
O-Community