We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Add warning before executing the truncate/delete query
Whenever executes a DML command DELETE or TRUNCATE without clause display warning message and cancel out the query execution option in management portal and terminal, it's mostly helpful in development environments and rarely used in production. However, it's really helpful to prevents entire data deletes.
ADMIN RESPONSE
Aug 20, 2025
Thank you for submitting the idea. Based on information from our experts the status of your idea was changed to "Will not implement". Please look for details in the comments on the idea. Good luck!
I think the valid alternative is to run the data modifications in the explicit transaction and rollback/commit.