IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
38 stars 23 forks source link

build: rebuild idb-connector with GCC10 #142

Closed dmabupt closed 3 years ago

dmabupt commented 3 years ago

Fixes: #141

kadler commented 3 years ago

This will likely break any user on 7.2 systems unless we build two versions: one for Node 14 and below and one for Node 16 and up.