Hello. I'm designing a model for a database that will have an application requiring mixed case database columns and table names.
I'm running into issues where the generated DDL for the model is randomly adding additional double quotes, making columns all lower-case in the foreign key, sometimes defaulting to using double-quotes, etc.
I am using a fresh installation of SQL Developer data modeler version 21.2.0.183, build 183.1957 on windows. Database version is 19.9.
Any advice on settings, add-ins, custom scripts, , tutorials, etc. appreciated.
Chris