From 4f34868ea0723c5afbb86a5aa3a8617c9eb7fa50 Mon Sep 17 00:00:00 2001 From: mShan0 <96149598+mShan0@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:37:20 -0700 Subject: [PATCH] docs: third party library faq update (#1561) --- frequently-encountered-problems.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/frequently-encountered-problems.html b/frequently-encountered-problems.html index b97830f1b..84d94f6a2 100644 --- a/frequently-encountered-problems.html +++ b/frequently-encountered-problems.html @@ -13,11 +13,17 @@

Any Problem

First step to debug any problems is to ensure that tedious is up to date.

-

If you're using tediousjs/mssql, make sure it's up to date, as well as its tedious dependency in - package.json. -
- Note: tediousjs/mssql is no longer being actively maintained -

+
+
+
+

tediousjs > node-mssql and tedious-connection-pool

+
+
+

Neither of these repositories are maintained by Tedious. These are third-party libraries that use Tedious.

+

node-mssql is currently being maintained by a third party.

+

tedious-connection-pool is not being actively maintained, however, still valid to some extent.

+

If using either of these, ensure that you're using the latest versions and that their package.json has the latest tedious version as its dependency.


@@ -108,15 +114,6 @@

"Requests can only be made in the LoggedIn state, not the SentClientRequest


-
-

tediousjs > tedious-connection-pool and node-mssql

-
-
-

Both of these repositories are not being actively maintained, however, still valid to some extent.

-

If using either of these, ensure that you're using the latest versions and that their package.json has the latest tedious version as its dependency

-
-

JavaScript number type limitation