Hello,
When using project export with project config export.format.enable set to false, SQLcl creates object DDL scripts (tables, constraints, triggers, …) with quoted object names, even though the objects were created with unquoted names. Is this expected behavior?
Steps to reproduce:
1. Create a new table with unquoted name
2. Set export.format.enable to false
3. Run project export
SQLcl creates table script with quoted table name.
Regards,
Arvydas