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
When saving an object like { a: "0000-00-00T00:00:00" } and subsequently reading it, the string will become a date object. This means that with some data, this library cannot safely round-trip.
When saving an object like
{ a: "0000-00-00T00:00:00" }
and subsequently reading it, the string will become a date object. This means that with some data, this library cannot safely round-trip.node-json-db/src/adapter/data/JsonAdapter.ts
Line 20 in 07d06c4
I recommend doing it correctly, see https://stackoverflow.com/a/73155667/3492994
The text was updated successfully, but these errors were encountered: