Add Truncate
method
#2220
Merged
lunny
merged 4 commits from KN4CK3R/xorm:feature-truncate
into master
1 month ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'KN4CK3R/xorm:feature-truncate'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This PR adds a
Truncate
method which allows to delete all existing rows in a table. The currentDelete
implementation enforces conditions to prevent accidental data deletion.Lint failed
The current CI fail does not look related:
056cecc97e
into master 1 month agoReviewers
056cecc97e
.