btc-ag / redg

The RedG test data generation library
https://btc-ag.github.io/redg/
Apache License 2.0
10 stars 0 forks source link

Update SchemaCrwaler version #37

Closed olewehrmeyer closed 6 years ago

olewehrmeyer commented 6 years ago

Integrate @Zemke s changes on schema-crawler-update branch into develop. Check for other dependency updates that do not break RedG as well.

olewehrmeyer commented 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.