DBeaver executes query above
Open
enhancement
xf:sql
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 183
Description
Please consider following situation:
> TRUNCATE public.mytable;
>
When cursor is placed as in example above, and no text is selected at the same time, executing SQL Statement will execute TRUNCATE query.
IMO no query should be executed in this case. Current behaviour is very dangerous
Contributor guide
Assessment
This issue has not been assessed yet.