Skip to content

Commit

Permalink
doc: clarified the error event docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Jun 7, 2016
1 parent c490ff6 commit 31ce129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Close all pooled connections and stop making new ones. The pool should be discar
* `callback()` {Function} Callback function

### connectionPool.error {event}
The 'error' event is emitted when a connection fails to connect to the SQL Server.
The 'error' event is emitted when a connection fails to connect to the SQL Server. The pool simply will retries indefinitely. The application may want to handle errors in a more nuanced way.

## Class: Connection
The following method is added to the Tedious [Connection](http://pekim.github.com/tedious/api-connection.html) object.
Expand Down

0 comments on commit 31ce129

Please sign in to comment.