how to remove the comment message "/* ApplicationName=DBeaver 4.2.4 - Main */"
See original GitHub issuewhen I create a SQL with comment at the begging of the SQL, such as,
/*+abc=int*/ select name from tabname
where id=1.
but DBeaver sent this sql add more comment “/* ApplicationName=DBeaver 4.2.4 - Main */”,
so the database server got " /* ApplicationName=DBeaver 4.2.4 - Main */ /*+abc=int*/ select name from tabname where id=1
" .
how to remove this from the SQL sent to the database server?
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Can't past comments - DBeaver Forum • View topic
As a workaround you can disable SQL extraction from source code. Just turn off option. Preferences->General->Editors->SQL Editor->Extract SQL ...
Read more >SQL Formatting - DBeaver Documentation
To comment out an SQL line, press Ctrl+/ or right-click the line and click Format -> Toggle Line Comment on the context menu....
Read more >DBeaver - freshcode.club
DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, ...
Read more >Alibaba Cloud
However, Alibaba Cloud hereby makes a clear statement that ... View internal messages ... Switch over services between a primary RDS instance and...
Read more >ARCON PAM Administrative Guide - StudyLib
104 4.3.1.2 ARCON DBeaver QA Connector. ... 4.6.4 Remove Service Groups from LOB . ... ARCON PAM Troubleshoot provides the basic information for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Check it in 4.2.5:
Thanks very much for your so quickly response, and we will recommend DBeaver as the top list of tools for our customers in worldwide. Thanks again for your help on this.