Updated documentation for Readme regarding instructions for Linux and MAC
Updated PECL release packages. Here is the list of updates:
Added
- Azure Active Directory Authentication with ActiveDirectoryPassword and SqlPassword
Fixed
- Fixed output parameter returning garbage when the parameter is initialized to a type that is different from the output type (issue #378).
PDO_SQLSRV only
- Fixed incorrectly binding of unicode parameter when emulate prepare is on and the encoding is set at the statement level (issue #92).
- Fixed binary column binding when emulate prepare is on (issue #140).
Known Issues
- User defined data types and SQL_VARIANT (issue #127).
- When pooling is enabled in Linux or MAC
- unixODBC 2.3.1 (Linux) and unixODBC 2.3.4 (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
Survey
Let us know how we are doing and how you use our driver by taking our April pulse survey:
Install
- On Linux and Mac run the commands below:
sudo pecl install sqlsrv-4.1.9preview
sudo pecl install pdo_sqlsrv-4.1.9preview
- On windows, download the DLLs from SQLSRV or PDO_SQLSRV PECL repository.