You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dBeaver 24.1 EE version had been executed the current command in block, but 24.2 is not.
How can i turn off this function or any other command to run the current script not the block?
For example, using comment block for (unit) test
This version Ctrl-Enter key execute the comment block not the current sql command
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The dBeaver 24.1 EE version had been executed the current command in block, but 24.2 is not.
How can i turn off this function or any other command to run the current script not the block?
For example, using comment block for (unit) test
This version Ctrl-Enter key execute the comment block not the current sql command
create table x ( id serial8, a text ) ;
comment on table x is
$cmnt$
insert into x ( a ) values ( 'aa' );
select * from x
Beta Was this translation helpful? Give feedback.
All reactions