Claus Pedersen
Member³
When I execute the command "DELETE myTable" in a SQL window, PLD asks: "Are you sure you want to delete all records?". I answer Yes (press Enter) and the table rows are deleted. I do not check the ckeckbox "Don't show this message again"). This is by design.
But when I execute the command "DELETE myOtherTable", this time I get no warning question. Even if I open a new SQL window, I still get no warning. It is only the first time in a PLD instance you delete all table rows, that you get the question, the next time you perform the same operation in the same instance, you get no question.
If you execute the command "DELETE myTable WHERE 1=1" (same result as the first delete), you get no warning question.
In my opinion, the warning question could be removed completely from the application, as it only works in some specific cases.
But when I execute the command "DELETE myOtherTable", this time I get no warning question. Even if I open a new SQL window, I still get no warning. It is only the first time in a PLD instance you delete all table rows, that you get the question, the next time you perform the same operation in the same instance, you get no question.
If you execute the command "DELETE myTable WHERE 1=1" (same result as the first delete), you get no warning question.
In my opinion, the warning question could be removed completely from the application, as it only works in some specific cases.