question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ctrl + Enter not running code

See original GitHub issue

System information:

  • Operating system (distribution) and version: Windows 10 Enterprise
  • DBeaver version: 22.0.2
  • Additional extensions: none

Connection specification:

  • Database name and version: Netezza 7.2.0.6
  • Driver name: JDBC
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? No

Describe the problem you’re observing:

When I run ctrl + enter on a script with multiple statements (separated by ;) or hit the execute SQL statement button ▶️ it just runs ; and shows: image

This started happening with the latest upgrade from 22.0.1 to 22.0.2 today. My settings have not changed and show: image

Steps to reproduce:

These only run correctly if I highlight the text for the query I want to run before hitting ctrl + enter or the run SQL button ▶️

select * from _v_table
;

select * from _v_session
;

Include any warning/errors/backtraces from the logs

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
LonwoLonwocommented, Apr 15, 2022

Please check the “Script delimiter redefiner” connection setting in the “Advanced parameters”. Set it to empty if it’s not. I hope it helps.

2022-04-15 12_21_54-Window

1reaction
joshcsmith13commented, Apr 8, 2022

Is this because we’re running a version from the future?? 😄 image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ctrl+Enter not running current line in the editor · Issue #1875 ...
With the May release, Ctrl+Enter works for a selection, but not without a selection, in which case it inserts a new line after...
Read more >
Ctrl+Enter issue, Windows 10 - RStudio Community
I'm encountering a strange bug (I think) when I attempt to run my code using ctrl+enter. Using the shortcut results in the following:...
Read more >
Ctrl + enter on Window 10 is not functioning - Bug Reporting
On some of the exercises in some courses, the code is not automatically run when you click the “Save” button (CTRL + Enter)....
Read more >
Shortcut control enter does not work in R script - Stack Overflow
I would like to post my sessionInfo(), but do not know how to do that without executing the command. Keep in mind that...
Read more >
ctrl + enter/alt + enter not working in Markdown code chunks ...
Has anyone else noticed this? If I am in R Markdown and it's attached to the main R Studio window I can run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found