Thursday, December 08, 2022

Firebird high-level native client for Node.js / TypeScript status status for Firebird Advent 2022

 Firebird high-level native client for Node.js / TypeScript status status for Firebird / Typescript Advent 2022

https://qiita.com/advent-calendar/2022/firebird

To use the driver you can start with the readme from npm/github

https://www.npmjs.com/package/node-firebird-driver-native

A few more examples are in the packages/node-firebird-driver/src/test directory
We have seen several releases with a few features and changes :


January, 26, 2022

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.

July, 20, 2021

driver, driver-native - 2.3.0
  • Feature #101 - Add property Statement.hasResultSet.
  • Feature #102 - Add method Statement.setCursorName.
June, 07, 2021

driver-native - 2.2.0
  • Feature #87 - Support Firebird 4 INT128 data type.
  • Feature #88 - Support Firebird 4 DECFLOAT(16) and DECFLOAT(34) data types.
  • Feature #89 - Support Firebird 4 TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE data types.
  • Fix #94 - Wrong year in date/timestamp when year < 100.
May, 07, 2021

native-api - 2.1.2
  • Fix #86 - Race condition in events processing.

No comments: