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 has been archived by the owner on Jul 20, 2020. It is now read-only.
In certain environments, regulations do not allow you to really delete any information.
To facilitate this, DataMapper needs an option to be able to mark records as deleted, and to "hide" these deleted records from every interaction you have with the database.
The text was updated successfully, but these errors were encountered:
Note that this must be completely transparent for the application.
The column used in the table to mark the delete state should not be considered a valid column name from the applications point of view. You should not be able to select() it. It should be added as a where() filter to every interaction with every table that has this feature defined. If you set it (as an object property) it should be ignored when compiling SQL. It must be completely hidden.
In certain environments, regulations do not allow you to really delete any information.
To facilitate this, DataMapper needs an option to be able to mark records as deleted, and to "hide" these deleted records from every interaction you have with the database.
The text was updated successfully, but these errors were encountered: