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
Bug Description
When I attempt to use CASE in a query, the server shuts down right after I type the word and no more suggestions are made. If I press esc to return to normal mode I am shown a message Client 1 quit with exit code 2 and signal 0.
To Reproduce
Example reproduction:
With sqls active, type SELECT CASE W
Press esc to return to normal mode
Expected behavior
After typing SELECT CASE W, there should be suggestions for keywords which begin with 'W' and the server should not shut down unexepectedly.
Versions:
OS Version: macOS 12
sqls Version: latest
The text was updated successfully, but these errors were encountered:
Bug Description
When I attempt to use CASE in a query, the server shuts down right after I type the word and no more suggestions are made. If I press
esc
to return to normal mode I am shown a messageClient 1 quit with exit code 2 and signal 0
.To Reproduce
Example reproduction:
SELECT CASE W
esc
to return to normal modeExpected behavior
After typing
SELECT CASE W
, there should be suggestions for keywords which begin with 'W' and the server should not shut down unexepectedly.Versions:
The text was updated successfully, but these errors were encountered: