Hello,
Sorry to disturb.
I'm currently using SquirreL SQL Client v3.1.2. This is a great SQL tools.
Recently I got a very bad accident because I wrongly wrote the SQL statement as follows:
UPDATE TABLE_A WHERE STATUS = 'X' ; AND KEY='Y';
I found that SquirreL detect the error (there is an ':' in the mid of statement there), however I found that SquirreL actually is executing this part:
UPDATE TABLE_A WHERE STATUS = 'X';
This incident had given me a lot of problems.
My question is whether this kind of problem had been resolved in later Squirrel release?
If not, how to raise the case in order this can be resolved. Please advise.
Thanks,
Paulus |