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
Replicas allow you to optionally provide desired format(s) for all query operations, but I'm pretty sure only the Sqlite drivers support this feature. That leaves Memory and IndexedDB (LocalStorage will inherit from Memory). We also need tests in src/test/replica/doc_driver.test.ts to ensure this is happening.
The text was updated successfully, but these errors were encountered:
Replicas allow you to optionally provide desired format(s) for all query operations, but I'm pretty sure only the Sqlite drivers support this feature. That leaves Memory and IndexedDB (LocalStorage will inherit from Memory). We also need tests in
src/test/replica/doc_driver.test.ts
to ensure this is happening.The text was updated successfully, but these errors were encountered: