Skip to content

Commit

Permalink
update README to remove sqlsrv warning note
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jun 28, 2017
1 parent 7481a58 commit e39b8a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e39b8a2

Please sign in to comment.