I have this weird issue that I do not know what triggers it. For example, if I have query SELECT * FROM TABLE_, where _ is the cursor position, and when I press the DEL button the whole previous word gets deleted (TABLE), and not just the preceding character (E).
I have this weird issue that I do not know what triggers it. For example, if I have query
SELECT * FROM TABLE_
, where_
is the cursor position, and when I press theDEL
button the whole previous word gets deleted (TABLE
), and not just the preceding character (E
).