appy-one / acebase-client

Client to connect to remote AceBase NoSQL database server
MIT License
21 stars 8 forks source link

Possible sync issue with `set` on root path #29

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

While porting code to TypeScript I came across a situation where a cached set operation on the root node (db.root.set(...)) would not sync to the server, and quite possibly cause an exception too. Fixing this is the next release, which will be entirely TypeScript.