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
+35
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,41 @@ 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
+
## 5.12.0 - 2024-01-31
7
+
Updated PECL release packages. Here is the list of updates:
8
+
9
+
### Added
10
+
- Support for PHP 8.3
11
+
- Support for Alpine 3.19
12
+
13
+
### Removed
14
+
- Support for PHP 8.0
15
+
- Support for Ubuntu 18.04
16
+
- Support for Alpine 3.15
17
+
18
+
### Fixed
19
+
- Update connection string keywords set function (#1484)
20
+
- Fix error throw for multiple result sets (#1485)
21
+
- Fix invalid precision error (#1497)
22
+
23
+
### Limitations
24
+
- No support for inout / output params when using sql_variant type
25
+
- No support for inout / output params when formatting decimal values
26
+
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
29
+
- Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported
30
+
- Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
- This release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver.
35
+
- Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) < 2.3.7
36
+
- When pooling is enabled in Linux or macOS
37
+
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
38
+
- 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)
39
+
40
+
6
41
## 5.12.0-beta1 - 2023-12-08
7
42
Updated PECL release packages. Here is the list of updates:
0 commit comments