Skip to content

Commit

Permalink
Added notes about ODBC 17.3 CTP
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Sep 20, 2018
1 parent 85e5e56 commit 5080278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Updated PECL release packages. Here is the list of updates:
- Added support for Azure AD Access Token (in Linux / macOS this requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) and [unixODBC](http://www.unixodbc.org/) 2.3.6+)
- Feature Request [#842](https://github.com/Microsoft/msphpsql/pull/842) - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for pdo_sqlsrv to return datetime as objects
- Feature Request [#844](https://github.com/Microsoft/msphpsql/pull/844) - add ReturnDatesAsStrings option to statement level for sqlsrv
- Compatible with ODBC Driver 17.3 CTP and SQL CTP 2.0 (for updates please follow the [SQLNCli team blog post](https://blogs.msdn.microsoft.com/sqlnativeclient/))

### Removed
- Dropped support for Ubuntu 17.10
Expand All @@ -35,6 +36,7 @@ Updated PECL release packages. Here is the list of updates:
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling)
- With ColumnEncryption enabled, calling stored procedures with XML parameters does not work (Issue [#674](https://github.com/Microsoft/msphpsql/issues/674))
- With ColumnEncryption enabled, fetching varbinary(max), varchar(max) or nvarchar(max) may fail with ODBC Driver 17.3 CTP

## 5.3.0 - 2018-07-20
Updated PECL release packages. Here is the list of updates:
Expand Down

0 comments on commit 5080278

Please sign in to comment.