HicServices / RDMP

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.
https://github.com/HicServices/RDMP#research-data-management-platform
GNU General Public License v3.0
36 stars 16 forks source link

Bugfix/rdmp 185 table import check fail #1836

Closed JFriel closed 4 months ago

JFriel commented 4 months ago

Proposed Change

Fixes the issue raised in https://github.com/HicServices/RDMP/issues/1834 When checking a catalogue, we don't specify the tableInfo database name when creating the connection to the database. This change checks if the tableInfo had a known database, if true it will use the known database, otherwise will use the db servers default database

Type of change

What types of changes does your code introduce? Tick all that apply.

Checklist

By opening this PR, I confirm that I have: