[This topic is migrated from our old forums. The original author name has been removed]
Hello,
my current Version is 6.5.4.
When executing "Execute Current" on a last empty line in "SQL Commander" and several statments before, separated by semicolon, all these statements will be executed.
Not so good...
Regards, Günther
Günther,
Please post SQL script and tell where the cursor position is when selecting "Execute Current". Screenshots are also good.
Best Regards
Roger
a
anonymous
said
almost 16 years ago
[This reply is migrated from our old forums. The original author name has been removed] [Attachment has been removed.]
Re: Execute Current is executing all
Hello Roger,
the cursor ist at line 6.
"Execute Current" is performed.
The three statements on lines 1, 3 and 5 are executed.
Regards,
Günther
Roger Bjärevall
said
almost 16 years ago
[This reply is migrated from our old forums.]
Re: Execute Current is executing all
Guenther,
What is your setting for Statement Delimiter 1 & 2 in Tool Properties?
Best Regards
Roger
a
anonymous
said
almost 16 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Execute Current is executing all
both delimiters are set to ";"
Günther
a
anonymous
said
almost 16 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Execute Current is executing all
Behaviour verified
Product: DbVisualizer Personal 6.5.4
Build: #1362 (2009/02/05 20:09)
Java VM: Java HotSpot(TM) Client VM
Java Version: 1.5.0_16
Java Vendor: Apple Inc.
OS Name: Mac OS X
OS Arch: ppc
OS Version: 10.5.6
Test was this 4 line buffer
1 select 'hello';
2
3 select 'world';
4
Execute SQL at cursor position:
Cursor anywhere on line 1 including at the end executes line 1
cursor on line 2 or anywhere on line 3 executes line 3
cursor on line 4 executes the whole buffer
Ed
Hans Bergsten
said
almost 16 years ago
[This reply is migrated from our old forums.]
Re: Execute Current is executing all
Hi guys,
Thanks for reporting this. I've been able to reproduce it as well. As far as I can tell it is only when the cursor is on a last blank line, just as you describe. I'll have a closer look at this next week and will hopefully have it fixed for the next bug fix release.
Kind Regards,
Hans
Roger Bjärevall
said
over 15 years ago
[This reply is migrated from our old forums.]
Re: Execute Current is executing all
Hi,
This is fixed in the just released 6.5.5 version.
http://www.minq.se/products/dbvis/download/
Regards
Roger
anonymous