OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
173 stars 85 forks source link

Update connection string and sort tables for Oracle databases #361

Open vvcb opened 1 year ago

vvcb commented 1 year ago

The Oracle connection string construction logic for the THIN driver in DBConnector.java has been fixed to allow the user to enter the entire connection string, similar to how the OCI connection string is constructed at the moment. This closes #295 and #160 .

Sort Oracle table names in Select Table dialogue. Closes #306.