sqlanywhere / node-sqlanywhere

SAP SQL Anywhere Database Client for Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node v16 support

miljosh68 opened this issue · comments

Would like to know if there are any plans to support Node v16 (LTS)? Node v16 Active LTS started a couple of months ago and the End-Of-Life date is 2024-04-30. I suppose it would be good to support this version.

Node JS release schedule is at https://nodejs.org/en/about/releases/

To expand on miljosh68 request:
Of the 9 Versions you have listed in the compatibility chart, only 3 exist with supported versions of Node (V12). Shortly (in 2 months) there will be NO supported versions. V12 EOF is in a couple of months.

Hello all,

We have now released the updated/replacement module (works with SQL Anywhere and IQ) to npmjs.com:

https://www.npmjs.com/package/@sap/iq-client

I should mention that this one uses N-API so it will stay compatible with newer node releases.

Dan

commented

Hi Dan,
thanks for the update. Is there also a public repository for the replacement module?

Hello,

Since this is a new/replacement module, we were not planning to publish it to github. The driver is basically all inside the binary files.

Kind regards,
Dan

Sorry to post this there, but as the iq-client has no public repository I did not find a better location.

Is there any intention to support SQLAnywhere 16 in the iq-client? It does not seem to be supported right now.

Cheers!

Hello,
It is not intended to support SQL Anywhere 16.
Kind regards,
Dan