[This topic is migrated from our old forums. The original author name has been removed]
Hello,
when issuing the statement "select * from table where id=1" the editing toolbar appears, also if I write "... where id in (1)".
Why doesn't the editing toolbar appear if the where filter is built using a subquery? Even if I use "select * from table where id in (select id from table where id=1)", this doesn't work.
I'm using DbVisualizer 6.0.11 on Windows XP SP2 with Java 1.6.0_06.
Regards,
Andreas Klaus
Andreas,
We'll look into this.
Thanks!
Best Regards
Roger
Roger Bjärevall
said
about 16 years ago
[This reply is migrated from our old forums.]
Re: Editing rows in Output View of SQL Commander
Andreas,
Just to inform you that the problem has been identified and a fix will be available in the next version.
Thanks again for your report.
Best Regards
Roger
anonymous