From 31ce129b0b1b7908f4c79c181fe474fb21db59a0 Mon Sep 17 00:00:00 2001 From: Ben Page Date: Tue, 7 Jun 2016 15:46:14 -0500 Subject: [PATCH] doc: clarified the `error` event docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b176a2b..0caf70d 100644 --- a/README.md +++ b/README.md @@ -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.