Bug: Ctrl+Enter after sql keyword jumbles text
noodle
Posts: 2
Howdy,
When I used Ctrl+Enter with my cursor against a sql keyword, the keyword gets jumbled. Depending on the keyword, there must be text above the cursor's line for this to happen.
Example:
Thanks!
-Noodle
When I used Ctrl+Enter with my cursor against a sql keyword, the keyword gets jumbled. Depending on the keyword, there must be text above the cursor's line for this to happen.
Example:
SELECT * FROM sys.objects AS o WHERE name LIKE '%z%' GROUP BY| -- cursor here /* results in */ SELECT * FROM sys.objects AS o WHERE name LIKE '%z%' GROUBYBY
Thanks!
-Noodle
Comments
Thanks,
Aaron.
Out of curiosity which build are you currently using? (I had to set my keywords to lowercase to reproduce it on 6.2 since prompt should have left "BY" alone as it's already in uppercase)