Skip to content

Commit

Permalink
Support non-latin characters in parser (#4558)
Browse files Browse the repository at this point in the history
Recognize utf8 characters in identifiers
  • Loading branch information
jedelbo authored Mar 25, 2021
1 parent e265be2 commit b692bc2
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 384 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Support 'add_int' on a mixed property.
* UUID allowed as partition value ([#4500](https://github.com/realm/realm-core/issues/4500))
* The error message when the intial steps of opening a Realm file fails is now more descriptive.
* Allow UTF8 encoded characters in property names in query parser ([#4467](https://github.com/realm/realm-core/issues/4467))

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
Expand Down
Loading

0 comments on commit b692bc2

Please sign in to comment.