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

0
3 comments

Could you provide a screen cast and specify your IDE version?

I can't reproduce the issue for PostgreSQL with

select SUM(1 / 2)::NUMERIC(1)

Is it possible to share a sample query to reproduce the issue?

0

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

0
Could you email us zipped logs folder?
0

Please sign in to leave a comment.