Open akinet opened 5 years ago
If I set fmt044_insert_column_list_start_parenthesis_in_newline to false I expect to have output of this kind:
INSERT INTO SALES.saleshistory (salesorderid, salesorderdetailid, carriertrackingnumber, modifieddate) SELECT * FROM SALES.salesorderdetail;
but I am receiving this:
Example in https://github.com/sqlparser/sql-pretty-printer/wiki/Insert-statement shows that combination of options:
generates the output I am expecting.
What is wrong? Is there any other option I need to set to get the expected output? Regards.
If I set fmt044_insert_column_list_start_parenthesis_in_newline to false I expect to have output of this kind:
but I am receiving this:
Example in https://github.com/sqlparser/sql-pretty-printer/wiki/Insert-statement shows that combination of options:
generates the output I am expecting.
What is wrong? Is there any other option I need to set to get the expected output? Regards.