Node-firebird-driver-native version 2.4.0 has been released with a few features added.

Node-firebird-driver-native version 2.4.0 has been released with a few features added.

driver, driver-native – 2.4.0

  • Feature #115 – Add method Statement.getExecPathText.
  • Feature #119 – Implementation of isValid property.
  • Feature #121 – Deprecate methods executeReturning* replacing by executeSingleton*.

native-api

  • Feature #114 – Add support for Visual Studio 2022 build.

NodeJS C++ client node-firebird-libfbclient v.0.1.0 updated with Firebird Transaction changes

NodeJS C++ client node-firebird-libfbclient v.0.1.0  released with the following changes:

Adds possibility to use several transactions in a single connection.

New Transaction object was introduced. Connection object has new methods to create Transaction objects.

FBStatement object also was extended. Api description was updated in README.md.

Here is the big code pull request with changes .

1 2