Skip to Main Content
InterSystems Ideas
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
    Dec 17, 2024

    Thank you for submitting the idea. The status has been changed to "Needs review".

    Stay tuned!

  • Jani Hurskainen
    Reply
    |
    Dec 23, 2024

    I think the valid alternative is to run the data modifications in the explicit transaction and rollback/commit.

    1 reply