Closed olewehrmeyer closed 6 years ago
SchemaCrawler removes the double quotes from identifiers that would need to be escaped (like a table named "table"). Now all identifiers in SQL will be escaped and all identifiers passed to methods (default value etc.) will not be escaped.
Integrate @Zemke s changes on
schema-crawler-update
branch intodevelop
. Check for other dependency updates that do not break RedG as well.