Any update on ETA for this fix? I have noticed that it has not been resolved in the 11.0 release
Roger Bjärevall
said
over 4 years ago
Brian,
We've just released DbVisualizer 11.0.2 with fix for the issue you reported.
Easiest is that you open Help->Check for Update in DbVisualizer to perform the upgrade. An alternative is that you download from our web site: https://www.dbvis.com/download/
Brian Stincer
Beta Version: 110.3060
Formatting an EXTERNAL table results in un-formatted sql statement:
Formatting for External table:
CREATE EXTERNAL TABLE table1(col1 string,col2 INT);
Formatting for non-external table:
CREATE TABLE
table1
(
col1 string
,col2 INT
)
;