Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clinical Errors retrieve Schema from DB (#1145)
* Initial proposal * Return migration errors when there is no Dictionary found * remove logging * Updated Logging * Refactor * Remove alias * Use Options object * Reduce Repeat Dictionary Lookups * Improve Comments * Refactor + Draft Handling for Dictionary not found * Use sort $natural * Update Create or Update to filter by version * Draft DB changes * Add Migration * Missing Return * Major Refactor round 1 * const v let * Use FilteredErrors * Pass complete records to exception handler * Fix Duplicate Errors * Update variable names * Hoist Migration Version * Additional Comments * Remove 'as' * Break Into Functions & Update Names * Remove spread * Extra Comment * Make Options potentially undefined * Remove unnecessary conditional * Separate exception 'await' from return * Improve if/else block
- Loading branch information