You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
6
+
## Windows/Linux 5.1.0-preview - 2017-09-15
7
+
Updated PECL release packages. Here is the list of updates:
8
+
9
+
### Added
10
+
- Added support for Always Encrypted with basic CRUD functionalities (see [here](https://github.com/Microsoft/msphpsql/wiki/Features#aebindparam))
11
+
- Support for Windows Certificate Store (use connection keyword ColumnEncryption)
12
+
- Support for custom key store provider (use connection keywords ColumnEncryption, CEKeystoreProvider, CEKeystoreName, CEKeystoreEncryptKey)
13
+
- Support for inserting into an encrypted column
14
+
- Support for fetching from an encrypted column
15
+
- Added support for MSODBC 17 preview
16
+
- Added Driver option to set the ODBC driver, Added"Driver" option, valid values are ODBC Driver 13 for SQL Server,ODBC Driver 11 for SQL Server, and ODBC Driver 17 for SQL Server
17
+
- If the user intends to use the new Always Encrypted features, we recommend you to specify explicitly the 'Driver' option to 'ODBC Driver 17 for SQL Server' in the connection string
18
+
19
+
### Limitations
20
+
- Always Encrypted functionalities are only supported using [MSODBC 17 preview](https://github.com/Microsoft/msphpsql/tree/dev/ODBC%2017%20binaries%20preview)
21
+
- ODBC binaries for macOS available upon request
22
+
- MSODBC 17 preview msodbcsql.msi only works for Windows10
- when using sqlsrv_query with Always Encrypted feature, SQL type has to be specified for each input (see [here](https://github.com/Microsoft/msphpsql/wiki/Features#aebindparam))
25
+
- No support for inout / output params when using sql_variant type
26
+
27
+
### Known Issues
28
+
- Connection pooling on Linux doesn't work properly if the user uses the MSODBC17 preview
29
+
- PDO::quote returns truncated string with garbage characters appended if the string contains a ASCII NUL ('/0') character
30
+
- Binding decimal type when using Always Encrypted in the SQLSRV x64 driver returns an error during insertion when the input does not have any decimal places
31
+
- When pooling is enabled in Linux or MAC
32
+
- unixODBC <= 2.3.4 (Linux and MAC) might not return proper diagnostics information, such as error messages, warnings and informative messages
33
+
- 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/Connection-Pooling-on-Linux-and-Mac)
34
+
6
35
## Windows/Linux/MAC 5.0.0-preview - 2017-07-31
7
36
Updated PECL release packages. Here is the list of updates:
The ODBC driver 17 preview binaries in this directory are required in order to use Always Encrypted (AE) functionality. Please note that these drivers should be considered to be preview versions -- they should not be used in production and are not supported by Microsoft. They will be replaced upon the official release of ODBC driver 17.
0 commit comments