Tag: nodejs
Node Firebird driver node-firebird 1.1.3 is released
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.4 released with with fixes for current node versions (LTS
Firebird high-level native client for Node.js / TypeScript updated to v0.1.2
Firebird high-level native client for Node.js / TypeScript updated to v0.1.2
This version fixes : Support for Blob::length for blobs greater than 2GB. Memory corruption with async methods. Avoided some warnings.
Firebird high-level native client for Node.js / TypeScript updated to v0.1.1
Firebird high-level native client for Node.js / TypeScript updated to v0.1.0 marked as stable
Firebird high-level native client for Node.js / TypeScript updated to v0.1.0 and marked as stable release.
There are minor changes compared to v0.0.1-beta.3
Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.3 with a few changes
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 .
NodeJS C++ client node-firebird-libfbclient v.0.0.16 updated with Firebird events removal fixes
Firebird C++ NodeJS module node-firebird-libfbclient updated with Firebird events removal fixes .
Thanks to Jacob Alberty .