Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to configure MARS on SqlServer Connections
As stated in this docs from Microsoft: https://github.com/Microsoft/msphpsql/wiki/Recommendations-for-improving-the-performance-of-PDO_SQLSRV-and-SQLSRV#1-multiple-active-result-sets-mars > MARS is enabled by default in both SQLSRV and PDO_SQLSRV drivers. There can be some performance drop when MARS is enabled. Existing code optimized to run in the non-MARS world may show a performance dip when run un-modified with MARS. This PR adds the ability to configure MARS on a SqlServer connection
- Loading branch information