SqlDbx Forum

SqlDbx

You are not logged in.

#1 2010-03-24 06:22:41

ptoniolo
Member

SQL code generation: comma positioning

To format sql statements, I find that the commas after line breaks are great, and I checked that checkbox in the options pane. But all the generated code from sqldbx does not respect this request. How is it supposed to be used in sqldbx?

I mean: I was expecting something similar to this:
    create table sometable
        (somecol  varchar(10)
        ,othercol numeric
        ,constraint pkname primary key (somecol)
        )
but I always get the comma at the end of the line...

Thanks
Pietro

Offline

#2 2010-03-24 10:57:06

sqldbxhelp
Administrator

Re: SQL code generation: comma positioning

Currently SQL formatter options are not used when generating statements.
This will be added in one of the next releases

Offline

Board footer

Powered by FluxBB