From d3e59179274a319ac0a4b57c11533a9bd571f133 Mon Sep 17 00:00:00 2001 From: yitam Date: Fri, 19 May 2017 12:25:08 -0700 Subject: [PATCH] 4.2.0-preview --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f214721e..931ee658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) +Below is the changelog for this release: + +## Windows/Linux/MAC 4.2.0-preview - 2017-05-19 +Here is the list of updates: + +### Added +- Added support for sql_variant data type with limitation ([issue #51](https://github.com/Microsoft/msphpsql/issues/51) and [issue #127](https://github.com/Microsoft/msphpsql/issues/127)) +- Support drivers on Debian Jessie (tested on Debian 8.7) + +### Fixed +- Increased Test Coverage to 75% +- Bug fixes after running static analysis + +### Limitation +- No support for inout / output params when using sql_variant type + +### Known Issues +- User defined data types +- 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) + ## Windows/Linux/MAC 4.1.9-preview - 2017-05-08 - Updated documentation for Readme regarding instructions for Linux and MAC - Updated PECL release packages. Here is the list of updates: