What's New > Data Integration Connectors > Changed behavior
  

Changed behavior

The April 2025 release includes changes in behavior for the following connectors.

Databricks Connector

Effective in this release, mappings in SQL ELT mode fail if an expression field is set to integer data type, but returns a string value.
Previously, these mappings did not fail, and instead, null values were written to the target field where the mismatch occurred.

Greenplum Connector

Effective in this release, the mapping fetches the data from the Greenplum database regardless of the case of the database name.
Previously, if the database name from where you retrieve data was in uppercase, the mapping would return an empty list of tables.

Microsoft Fabric Data Warehouse Connector

Effective in this release, when you map a date or datetime field in the source to a string data type in the target, the mapping writes data to the target in the MM/dd/yyyy HH:mm:ss format, a 24-hour format.
Previously, the data was written to the target in the MM/dd/yyyy hh:mm:ss format, a 12-hour format, resulting in data mismatch with the source.

Microsoft SQL Server Connector

The JDBC base driver is upgraded to version 6.0.0.001475.
The Microsoft SQL Server Connector uses this driver by default. The previous base driver is available in the EBF folder. You can configure some custom properties to use this driver from the EBF folder. For more information on using the EBF driver, see How to configure the JDBC or ODBC driver for Oracle and Microsoft SQL Server Connectors.

MongoDB V2 Connector

Effective in this release, the MongoDB V2 mapping writes Null values as Null to the target.
Previously, the mapping wrote Null values as 0 to the target.

Oracle Connector

The JDBC base driver is upgraded to version 6.0.0.001408.
The Oracle Connector uses this driver by default. The previous base driver is available in the EBF folder. You can configure some custom properties to use the driver from the EBF folder. For more information on using the EBF driver, see How to configure the JDBC or ODBC driver for Oracle and Microsoft SQL Server Connectors.

SAP HANA Connector

Effective in this release, you can read or write SAP HANA column names that contain the slash (/) or dot (.) character.
Previously, a slash (/) or dot (.) character was replaced with an underscore (_) character.