Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl 25.3.2 project export with format disabled introduces quotes to object names

Arvydas Ko6 hours ago — edited 6 hours ago

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

Comments
Post Details
Added 6 hours ago
8 comments
54 views