TOAD 12.11 formatter - create table

CREATE TABLE xxxtable
(
xxx_id NUMBER NOT NULL,
xxx_date DATE,
xxx_number NUMBER,
xxx_text VARCHAR2(50 CHAR),
ma_id NUMBER,
xxx_flag_jn VARCHAR2(1 CHAR) DEFAULT ‘j’
);

with TOAD 12.10 formatter for create table set to stacked lead to a well alligned result.

TOAD 12.11 leads to a result, best named “funny”, where I am not able to spot any alignment.

How come?

(PS: Alignment cannot be shown here, cause spaces are reduced.)

Hi Hans-Werner, this is a bug, I’ve logged this.

Thanks a lot.

This bug has been fixed in parser component QP5.dll version 5.317.

Thanks,
Andre

Toad Beta 12.12.0.15 was just released, having that component.

Will there be a production patch release soon, or is this fix slated for next minor release?