asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Error: pointer argument must be an instance of Pointer class or null with node v13 #41

Closed gsbelarus closed 4 years ago

gsbelarus commented 4 years ago

After upgrading nodejs to 13.2 version got the error on following line:

const newTransaction = await statement.source.handler
  .executeAsync(status, 
    statement.transaction.handler, 
    inMetadataMsg, 
    inBuffer, 
    outMetadataMsg, 
    buffer);