Commit 5f2560b
committed
fix: Disable isDropDangerous() check for DBeaver compatibility
The isDropDangerous() method doesn't exist in the DBeaver version
we're using. Disabled this check temporarily to allow compilation.
This is a non-critical feature (drop query confirmation) that can
be re-enabled when we upgrade DBeaver to a compatible version.1 parent 2d22ded commit 5f2560b
File tree
1 file changed
+1
-1
lines changed- server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/sql
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1305 | 1305 | | |
1306 | 1306 | | |
1307 | 1307 | | |
1308 | | - | |
| 1308 | + | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
| |||
0 commit comments