Auto-suggest bug

[expired user #6512]'s profile image [expired user #6512] posted 11 years ago in General Permalink
While working in the following query:
SELECT t.{cursor}
FROM table t
I'll get an auto-suggest box for the fields in table.
But when I insert a ) it inserts all columns.
This bug gives weird results when I want to type COUNT(t.id)
As far I can tell it only happens when typing no column (pressing ")" right after the dot) or when typing the first column in that table (the all column option stays selected)
ansgar's profile image ansgar posted 11 years ago Permalink
You get the value inserted from the recently introduced "All columns" item. See issue #2975 for details and discussion.

Please login to leave a reply, or register at first.