Start a new topic

FORMAT for EXTERNAL Tables un-formats

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
    )
;


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/


Regards


Roger

Any update on ETA for this fix? I have noticed that it has not been resolved in the 11.0 release

Thanks for reporting. I can reproduce. 

Login or Signup to post a comment