Skip to content

Commit 771fdc8

Browse files
authored
Acrolinx
1 parent 69695f0 commit 771fdc8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/connect/jdbc/release-notes-for-the-jdbc-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,8 @@ Microsoft JDBC Driver 8.2 for SQL Server is now compatible with Java Development
896896
| Temporal Datatypes change | Details |
897897
| :---------- | :------ |
898898
| Microsoft JDBC Driver 8.2 for SQL Server has improved performance when retrieving temporal datatypes from SQL Server. | This change eliminates unnecessary temporal datatype conversions by eliminating the use of java.util.Calendar wherever possible. |
899-
| This performance improvement affect the following list of temporal data types; in the format "SQL Server datatype" (Java mapping). | date (java.sql.Date), datetime (java.sql.Timestamp), datetime2 (java.sql.Timestamp), smalldatetime (java.sql.Timestamp), and time (java.sql.Time). |
899+
| This performance improvement affects the following list of temporal data types; in the format "SQL Server datatype" (Java mapping). | date (java.sql.Date), datetime (java.sql.Timestamp), datetime2 (java.sql.Timestamp), smalldatetime (java.sql.Timestamp), and time (java.sql.Time). |
900+
900901

901902
<sup>1</sup> Due to the differences in how time zones are handled between java.util.Calendar and java.time.LocalDateTime API, temporal datatypes with a user provided java.util.Calendar object associated with it or microsoft.sql.DateTimeOffset datatypes don't benefit from this improvement.
902903

0 commit comments

Comments
 (0)