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
After querying collection for document I am trying to update it. When invalid value is passed to field with enum, update fails, but invalid value is written into document anyways. Relevant test added in pull request.
Requerying document does not help. In my specific case I am suing leveldb adapter. After reinstancing with RxDB.create data is ok.
The text was updated successfully, but these errors were encountered:
Case
Bug
Issue
After querying collection for document I am trying to update it. When invalid value is passed to field with enum, update fails, but invalid value is written into document anyways. Relevant test added in pull request.
Requerying document does not help. In my specific case I am suing
leveldb
adapter. After reinstancing withRxDB.create
data is ok.The text was updated successfully, but these errors were encountered: