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
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
After #370 (fixing #294 and #295), we still need to implement handling [:db/retract :attribute :db/* ...] of schema characteristics. This might also address [:db/retractEntity :attribute] if it comes after #378.
The tricky thing to ensure here is that we fall back to the default correctly, and that the "schema" materialized view does not get out of sync with the in-memory state.
After #370 (fixing #294 and #295), we still need to implement handling
[:db/retract :attribute :db/* ...]of schema characteristics. This might also address[:db/retractEntity :attribute]if it comes after #378.The tricky thing to ensure here is that we fall back to the default correctly, and that the "schema" materialized view does not get out of sync with the in-memory state.