Sualeh Fatehi
Sualeh Fatehi
Include new table type "VIRTUAL TABLE". This way, by default, virtual tables will not be shown in [a get tables call](https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/DatabaseMetaData.html#getTables(java.lang.String,java.lang.String,java.lang.String,java.lang.String%5B%5D)). Also, if an extension is not loaded, the call...
Allow command-line arguments for all processes. This will be more consistent, and also allow the creation of binary dumps.
**Describe the solution you'd like** Allow entity types to have names in double-quotes, so that they can contain spaces, punctuation and other characters. This way, database table names with space...
**Description of Issue** The ER diagram needs to filter out duplicate relationships when the relationship is defined in reverse. (ER diagram already filters out duplicate relationships in the same order.)...
Update instructions in "C#/README" and make them suitable for C# in every branch - main, step1, step2, step3 and step4.