Claus Pedersen
Member³
I am making an insert:
If I activate code completion after the last comma, the correct list with column names is shown.
If I write 'com' after the last comma, and then activate code completion, I would expect to get the column name 'comm', but only keywords from 'comment' to 'compute' are shown.
Code:
INSERT INTO bonus (ename,job,sal,
If I write 'com' after the last comma, and then activate code completion, I would expect to get the column name 'comm', but only keywords from 'comment' to 'compute' are shown.