Switch to: V12V11V10V9V8V7V6V5

SQL Editor - Unsafe Commands

[New in v10.5]

Thanks to Static SQL Analyzer, SQL Editor is able to recognize Unsafe Commands and ask a user if he really wants to execute such a command.

Unsafe commands are, for example, DELETE and UPDATE commands without WHERE clause. If to execute such command then all records of the Table will be deleted or modified. Usually, this is a mistake of the user but not his intent.