sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.55k stars 522 forks source link

Keyboard to execute a selected query it doesn't work in mac M1 #700

Open reelopes opened 2 years ago

reelopes commented 2 years ago

I'm trying to execute a single line query of my queries file by selecting the desired line and pressing cmd + Return (or R), but both the options returns "Error invoking remote method 'DB_EXECUTE_CANCELLABLE_QUERY': error: syntax error at or near "SELECT".

In the other hand, when I press the button "Execute", the query is executed normally.

Could someone help me?

evidence1 evidence2