Skip to content

Commit

Permalink
docs: third party library faq update (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
mShan0 committed Jul 25, 2023
1 parent 54727ad commit 4f34868
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions frequently-encountered-problems.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ <h2>Any Problem</h2>
<dd>
<p>First step to debug any problems is to ensure that
<a href="https://github.com/tediousjs/tedious/releases">tedious is up to date.</a></p>
<p>If you're using tediousjs/mssql, make sure it's up to date, as well as its tedious dependency in
package.json.
<br>
Note: tediousjs/mssql is <strong>no longer being actively maintained</strong>
</p>
</dd>
<br />
<dt>
<h2>tediousjs > node-mssql and tedious-connection-pool</h2>
</dt>
<dd>
<p>Neither of these repositories are maintained by Tedious. These are third-party libraries that use Tedious.</p>
<p><b>node-mssql</b> is currently being maintained by a third party.</p>
<p><b>tedious-connection-pool</b> is not being actively maintained, however, still valid to some extent.</p>
<p>If using either of these, ensure that you're using the latest versions and that their package.json has the <a
href="https://github.com/tediousjs/tedious/releases">latest tedious version</a> as its dependency.</p>
</dd>
<br />
<dt>
Expand Down Expand Up @@ -108,15 +114,6 @@ <h2>"Requests can only be made in the LoggedIn state, not the SentClientRequest
</p>
</dd>
<br />
<dt>
<h2>tediousjs > tedious-connection-pool and node-mssql</h2>
</dt>
<dd>
<p>Both of these repositories are not being actively maintained, however, still valid to some extent.</p>
<p>If using either of these, ensure that you're using the latest versions and that their package.json has the <a
href="https://github.com/tediousjs/tedious/releases">latest tedious version</a> as its dependency</p>
</dd>
<br />
<dt>
<h2>JavaScript number type limitation</h2>
</dt>
Expand Down

0 comments on commit 4f34868

Please sign in to comment.