19.1.57. camcops_server.cc_modules.merge_db


Copyright (C) 2012-2018 Rudolf Cardinal (rudolf@pobox.com).

This file is part of CamCOPS.

CamCOPS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CamCOPS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CamCOPS. If not, see <http://www.gnu.org/licenses/>.


camcops_server.cc_modules.merge_db.get_src_iddefs(src_engine: sqlalchemy.engine.base.Engine, src_tables: List[str]) → Dict[int, camcops_server.cc_modules.cc_idnumdef.IdNumDefinition][source]

Returns a list of IdNumDefinition options, not attached to any session.

camcops_server.cc_modules.merge_db.merge_camcops_db(src: str, echo: bool, report_every: int, dummy_run: bool, info_only: bool, skip_hl7_logs: bool, skip_audit_logs: bool, default_group_id: Union[int, NoneType], default_group_name: Union[str, NoneType]) → None[source]

Merge an existing database (with a pre-v2 or later) structure into a comtemporary CamCOPS database.