Skip to content

[8.4.0] Stable Release

Compare
Choose a tag to compare
@ulvii ulvii released this 31 Jul 17:50
a87bccf

Added

  • Added support for sensitivity ranking when using SQL Data Discovery and Classification #1338 #1373
  • Added SQLServerDatabaseMetaData.getDatabaseCompatibilityLevel() API to return the database compatibility level #1345
  • Added support for Azure SQL DNS Caching #1357

Fixed issues

  • Fixed an issue with DatabaseMetaData.getColumns() intermittently returning table column descriptions in incorrect order #1348
  • Fixed an issue with spatial datatypes casting error when Always Encrypted is enabled #1353
  • Fixed an issue with DatabaseMetaData.getColumns() not returning correct type for IS_AUTOINCREMENT and IS_GENERATEDCOLUMN against Azure Data Warehouse #1356
  • Fixed an issue with Geography.STAsBinary() and Geometry.STAsBinary() returning WKB format instead of CLR format #1364
  • Fixed an issue with allowing non-MSSQL ResultSets to bulk copy DateTimeOffset #1365
  • Fixed issues identified by SonarQube #1369
  • Fixed an issue with batch insertion failing when Always Encrypted is enabled #1378

Changed

  • Updated Gradle build file to fix Azure pipelines #1359
  • Added database name to Always Encrypted enclave caching key #1388
  • Added functionality to validate both certificate beginning and expiration dates when creating encrypted connection #1394