Generate schema script, MAXSIZE script option

MAXSIZE is always includes in script files, however I uncheck this on Script options|Objects with storage|Storage clause|Maxsize. Do you add it by default if DB is newer than Oracle 11g? My one is 11.2.

It is always being included for Oracle 11g and newer. Looks like a bug - it should follow the option for 11g and newer, and always be exluded prior to 11g.

John,

One more thing for schema script generation: for virtual columns the table script uses Mixed case like this one:

SORSZAM_26OSSZAMRENDSZER VARCHAR2(6) Generated Always as (CAST(…

In previous version it was:

SORSZAM_26OSSZAMRENDSZER VARCHAR2(6) GENERATED ALWAYS AS (CAST(…

I guess since everything else is caps in script generation that should be too. Thanks. Both will be fixed once we’re in beta again.