hi,
I would like to have all INSERT, DELETE and UPDATE statements to be each on one line but the beautifier do the following:
DELETE FROM T10; DELETE FROM T11;
instead of:
DELETE FROM T10;
DELETE FROM T11;
I tried to fix this with the beautifier options but couldn't accomplish.
is it possibile at all?
I would like to have all INSERT, DELETE and UPDATE statements to be each on one line but the beautifier do the following:
DELETE FROM T10; DELETE FROM T11;
instead of:
DELETE FROM T10;
DELETE FROM T11;
I tried to fix this with the beautifier options but couldn't accomplish.
is it possibile at all?