Typing )::NUMERIC(1 freezes cursor
Answered
Not sure if I found the most unusual bug ever or maybe there's somet kind of key binding to it?
Let's say I have a calculation in my query:
SUM(something / something)
Now I place the cursor after the closing parenthesis, I type
)::NUMERIC(1
And suddenly the cursor freezes, I mean, I can't type anything in but I can go to a different line and type something just not in that particular place. Using delete works though
Please sign in to leave a comment.
Could you provide a screen cast and specify your IDE version?
I can't reproduce the issue for PostgreSQL with
Is it possible to share a sample query to reproduce the issue?
Actually, I stumbled upon this problem again:
I can press whatever I want and nothing happens, even backspace (delete does work and removes the space on the right)
What I had to do is type NUMERIC() first and then move the cursor inside the bracket