Description
If you execute a SELECT query containing a comment, it will be impossible to modify the data via the interface (by directly editing a value in one of the result columns).
Steps to reproduce
SELECT yourcolumn FROM yourtable
-> green dot at the top left of your result = you can update the data via the UI
SELECT yourcolumn FROM yourtable #comment
-> yellow dot at the top left of your result = you can't update the data via the UI
Expected/Desired Behavior
No change in behavior when a request contains a comment.
CloudBeaver Version
26.1.1
Additional context
No response
Description
If you execute a SELECT query containing a comment, it will be impossible to modify the data via the interface (by directly editing a value in one of the result columns).
Steps to reproduce
SELECT yourcolumn FROM yourtable
-> green dot at the top left of your result = you can update the data via the UI
SELECT yourcolumn FROM yourtable #comment
-> yellow dot at the top left of your result = you can't update the data via the UI
Expected/Desired Behavior
No change in behavior when a request contains a comment.
CloudBeaver Version
26.1.1
Additional context
No response