From e39b8a2eda5476ca80d5f84d498848c942199d08 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Wed, 28 Jun 2017 10:03:58 -0500 Subject: [PATCH] update README to remove sqlsrv warning note --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 62dd54ad..c7e70757 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ Added functionality in _Aura.Sql_ over the native _PDO_ includes: that `yield` results instead of `return`ing them. - **Exceptions by default.** _ExtendedPdo_ starts in the `ERRMODE_EXCEPTION` - mode for error reporting instead of the `ERRMODE_SILENT` mode. (Because the - `sqlsrv` driver fails to connect when using exceptions, it starts in - `ERRMODE_WARNING` instead.) + mode for error reporting instead of the `ERRMODE_SILENT` mode. - **Profiler.** An optional query profiler is provided, along with an interface for other implementations, that logs to any PSR-3 interface.