Error when trying to sort by column #325
|
It looks like the DBeaver parser can't deal with WITH clauses for the SQL server dialect. I tried to sort by a column (by clicking on the column header) for this query: SELECT TOP 5000 * FROM SomeBigTable t WITH (NOLOCK) And got this: DBCException: Can't apply query filter |
Replies: 1 comment
|
Yes, DBeaver doesn't support it. In fact it doesn't support pretty many elements in different SQL dialects. We don't have plans to improve semantic SQL parsing in near future. As a workaround you can disable server-side ordering in preferences. |
Yes, DBeaver doesn't support it. In fact it doesn't support pretty many elements in different SQL dialects. We don't have plans to improve semantic SQL parsing in near future.
As a workaround you can disable server-side ordering in preferences.