From 48b291d0623b147ed24119e54581f6214c317431 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Fri, 20 Oct 2017 11:43:42 -0700 Subject: [PATCH] Update CHANGELOG.md Minor changes about a known issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae8c21c..e6eb607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Updated PECL release packages. Here is the list of updates: - No support for inout / output params when using sql_variant type ### Known Issues -- Connection pooling on Linux doesn't work properly if the user uses the MSODBC17 preview +- Connection pooling on Linux doesn't work properly when using the MSODBC17 preview - When pooling is enabled in Linux or MAC - unixODBC <= 2.3.4 (Linux and MAC) might not return proper diagnostics 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/Connection-Pooling-on-Linux-and-Mac)