RDMP icon indicating copy to clipboard operation
RDMP copied to clipboard

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.

Results 140 RDMP issues
Sort by recently updated
recently updated
newest added

There are (complicated) instances where you may wish to use a select X as an aggregate without grouping by it while using the cohort builder. This change allows for aggregates...

[ticket](https://hicservices.atlassian.net/browse/RDMP-70) When a popup appears that is generated by an exception the view stack trace button is present, otherwise the popup does not show this button. Tested with 2 popups...

Add ability to use an existing yaml file to populate connection strings of RDMP ![use_yaml_file](https://github.com/HicServices/RDMP/assets/8974006/73caab32-aae1-4224-b8b4-c8f9f090ff12)

Add option to specify columns to select within remote table attacher. This reduces the need for custom SQL to be used and allows us to have more control over the...

Allows users to tell REDMP that the data a catalogue uses is in a different database/table How to test: * create a secondary table (back up your example data and...

DLS came across an issue with a useful error message being swallowed by RDMP. Fix allows the real error message to be seen and fixes a winforms user32.dll import issue...

Adds ability to mark Catalogue column as not extractable. Functionality already exists, but is a bit circuitous as it required deleting the ExtractionCategory within the Catalogue Column This update adds...

* Adds keyboard shortcut to delete a plugin * Adds ability for .rdmp files to be read as plugins. This is for future work to migrate to using the .rdmp...

* Adds ability to re-extract a project to a database * Extract to database now respects the "IsExtractionPrimaryKey" flag on column items How To Test: * Create a simple catalogue...

Allows you to specify the location for each directory used by Data Loads. The idea behind this is to allow DLS to store archives on a secondary disk due to...