wandersoncferreira / mamulengo

Lightweight database based on datascript with durable store and time travel for Clojure(Script)
Eclipse Public License 2.0
51 stars 3 forks source link

Schemas being saved more often than necessary in LocalStorage #38

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

This is definitely a bug in the current implementation. A new schema is only necessary when it changes from the previous version. The comparison must be broken

wandersoncferreira commented 4 years ago

Tested and fixed in the previous PRs.