DatabaseReplication

Content Type: Module
Categories: Import/Export

Overview

Use this module to replicate the data from a MSSQL, PostgreSQL or Oracle database into your Mendix database. Download version 8 for apps using Atlas UI 3 and version 7 for Atlas UI 2.

Documentation

Please see Database Replication in the Mendix documentation for details.

Releases

Version: 8.2.0
Framework Version: 9.18.4
Release Notes: We now explicitly disallow adding object parameters when manually executing import calls using buttons "Import" on the "Import call" tab and "Run scheduled events" on the "Planned import action" tab. Before, that was possible, but would lead to exceptions. We fixed the import of table mapping definitions with associated import calls with object parameters. Before, object one was imported as object two and vice-versa. We fixed the issue where the "Select an attribute" dialog was empty when creating a column mapping for mapping type "Attribute" (Ticket 219894) We now allow setting the timezone to use when replicating datetime fields from the source database per each database connection and table mapping. (Ticket 207342)
Version: 8.1.4
Framework Version: 9.18.4
Release Notes: We fixed an issue where importing table mappings from XML with an empty import call caused an exception. (Tickets 177681, 215775) We updated the replication library to version 1.0.4. This update fixes the issue where the module would fail to rollback a microflow when using the MFValueParser in Mendix 10 due to the rename of rollbackTransAction We fixed an issue where an unnecessary AND would be appended to import call conditions when using custom SQL constraints. (Ticket 213836)
Version: 8.1.3
Framework Version: 9.18.4
Release Notes: We included a migration file for the Java dependencies for Studio Pro 10 compatibility
Version: 8.1.2
Framework Version: 9.18.4
Release Notes: - We updated the replication library to version 1.0.3 - This fixes the problem where reference sets with the Overwrite setting would be overwritten multiple times in the same run, accidentally deleting the already imported ones (Ticket #115147) - This may cause a small uptick in memory consumption during import under these conditions.
Version: 8.1.1
Framework Version: 9.18.4
Release Notes: - We added JDBC URL preview to database creation form. - We renamed URL to Host on database creation form to avoid confusion.
Version: 8.1.0
Framework Version: 9.18.4
Release Notes: We upgraded the module to Mendix version 9.18.4 to make it compatible with future versions of Mendix
Version: 8.0.2
Framework Version: 9.0.5
Release Notes: - We fixed an issue with the export of newly created import calls. (Ticket 177681) - We refactored the replication library, which is shared with Excel Importer. It now uses version 1.0.2. - We updated the following drivers: - SQL Server 9.4.0 - PostgreSQL 42.5.4 - Oracle JDBC 21.9.0.0
Version: 8.0.1
Framework Version: 9.0.5
Release Notes: We fixed the issue where import into attributes with names that match reserved words, such as "Year", would sometimes fail (Ticket 127172)
Version: 8.0.0
Framework Version: 9.0.5
Release Notes: We upgraded the module to Mendix 9.0.5 and made it compatible with Atlas 3. We will now support 2 major versions of this module: - Version 8 is compatible with Atlas UI 3. It is only available in Mendix 9. It should be used for new apps created with Mendix 9. - Version 7 is compatible with Atlas UI 2. It is available in both Mendix 8 and 9.
Version: 7.1.5
Framework Version: 8.18.23
Release Notes: We fixed an issue where importing table mappings from XML with an empty import call caused an exception. (Tickets 177681, 215775) We updated the replication library to version 1.0.4. This update fixes the issue where the module would fail to rollback a microflow when using the MFValueParser in Mendix 10 due to the rename of rollbackTransAction We fixed an issue where an unnecessary AND would be appended to import call conditions when using custom SQL constraints. (Ticket 213836)