Snap Pack history: Azure SQL
|
|
|
Updates |
|---|---|---|---|
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Fixed an issue with the Azure SQL Snap Pack, Azure Synapse SQL Snap Pack, and SQL Server Snap Pack that caused time column values to be returned with a fixed offset when the pipeline executed on a Snaplex configured in a non-UTC time zone. With this fix, time column values are returned exactly as stored, matching the source database. This fix also changes how sub-millisecond precision is handled on non-UTC Snaplexes. Time columns defined as |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Enhanced the Azure SQL - Bulk Load Snap to correctly handle all SQL Server user-defined data types by mapping them to their base types, so pipelines can seamlessly load data into the columns of these data types.Enhanced the Azure SQL - Bulk Extract Snap to enable the underlying BCP utility (v18 and above) to bypass the certification check enforced by the target SQL Server instance. This ensures the bulk data exports are not blocked because of SSL certificate issues.This change does not impact any Snaps or pipelines that use a BCP utility version below 18. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Fixed the Null Pointer Exception (NPE) issue in the Azure SQL Snap Pack. Now, these Snaps display an exception error instead of NPE when the URL properties (key and value) and either key or value are empty. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Enhanced the Azure SQL Entra Account and Azure SQL Entra Dynamic Account with the ActiveDirectoryServicePrincipalCertificate authentication method for improved security and stronger authentication. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Upgraded the org.json.json library from v20090211 to v20240303, which is fully backward compatible. |
|
|
|
Fixed the following issues with the Azure SQL - Bulk Load Snap:The Snap displayed an error when the DateTime was of the LocalDateTime type.The Snap lost milliseconds when the DateTime was in the String data type because the given DateTime format was parsed into a Date object and the timestamp object was created from that date. |
|
|
|
The following Azure SQL Active Directory Accounts have been renamed because Microsoft has rebranded Azure Active Directory to Microsoft Entra ID.Azure SQL Active Directory Account → Azure SQL Entra AccountAzure SQL Active Directory Dynamic Account → Azure SQL Entra Dynamic Account |
|
|
|
The Azure SQL - Bulk Extract Snap now supports Azure SQL Active Directory and Azure SQL Active Directory Dynamic Accounts. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
The Azure SQL - Execute Snap now includes a new Query type field. When Auto is selected, the Snap determines the query type automatically. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Fixed an issue with the connection pool in the Azure SQL accounts, which was affecting the Azure SQL Snap Pack's performance. You should now experience improved performance when using these accounts. |
|
|
|
The Azure SQL - Bulk Extract Snap no longer fails with a java.lang.NumberFormatException error. |
|
|
|
Fixed an issue with the Azure SQL - Bulk Load Snap involving special characters in JDBC URL properties, such as passwords. Special characters are properly escaped now |
|
|
|
Intermittent connectivity issues no longer occur when using some Snaps in the Azure SQL Snap Pack. These issues caused the following message to display: The connection is broken and recovery is not possible. The connection is marked by the client driver as unrecoverable. No attempt was made to restore the connection. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
The Azure SQL Active Directory and the Azure SQL Active Directory Dynamic accounts now include an Authentication Mode dropdown list, which allows you to choose the Active Directory authentication mode you would like to use. This enhancement supports Active Directory Service Principal authentication for the Azure SQL Snap Pack. |
|
|
|
Fixed the Azure SQL - Execute Snap using the Azure SQL Active Directory Account that failed with SQL operation failed errors in environments using federated authentication. |
|
|
|
The Azure Synapse SQL Insert Snap no longer includes the Preserve case-sensitivity checkbox because the database is case-insensitive. The database stores the data regardless of whether the columns in the target table and the input data are in mixed, lower, or upper case. |
|
|
|
The Azure SQL Snap Pack uses the 11.2x driver by default. If you specify any specific driver, ensure that you provide a version higher than 9.1 that is compatible with Microsoft Authentication Library for Java, as this Snap Pack uses the MSAL4J. Otherwise, you may run into issues. |
|
|
|
The Azure Active Directory Search Entries Snap includes a Display Properties field where you can specify the properties to display in the output for the user or group. For the Snap to correctly return the attributes in the output, you must specify the attribute name as described in User profile attributes in Azure Active Directory B2C. Learn more about Properties for a user and Properties for a group. |
|
|
|
Fixed an issue with the Azure SQL - Stored Procedure Snap where the Snap failed with an Invalid value type error when the stored procedure contained an NCHAR data type. |
|
|
|
Fixed an issue with Azure SQL - Bulk Load Snap where the Snaplex exited due to insufficient memory when a large number of rows are loaded into the target table and the input data contained a null value for a non-nullable column. |
|
|
|
Enhanced the Azure SQL Account and the Azure SQL Active Directory Account with the Disable connection pooling checkbox that allows you to manage session state sharing. |
|
|
|
Fixed an issue with the Azure SQL - Update Snap where the Snap failed with an Incorrect syntax error when a column in a table is of NVARCHAR, NCHAR, or NTEXT data type and this column is part of another NVARCHAR, NCHAR, or NTEXT data type column name and the update condition is specified as an expression. |
|
|
|
Fixed an issue with the Azure SQL - Bulk Load Snap where the decimal values lost precision when they were inserted into the database. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Enhanced the Azure SQL - Execute Snap to invoke stored procedures. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Updated and certified against the current SnapLogic Platform release. |
|
|
|
Enhances the Azure SQL - Stored Procedure to accept parameters from input documents by column keys. If the values are empty, the parameters are populated based on the column keys for easier mapping in the upstream Mapper Snap. |