Skip to content

Don't include deleted data by default

Compare
Choose a tag to compare
@Pl217 Pl217 released this 06 Dec 13:40
· 413 commits to develop since this release
f979cec

When using find and findOne on models defined with sequelize, rows which have deletedAt field different from null are now excluded by default. New option includeDeleted should be used to include virtually deleted rows (#70)