Skip to content

Latest commit

 

History

History
100 lines (57 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

100 lines (57 loc) · 4.21 KB

December, 1, 2024

  • Fix #157 - node-firebird-native-api installation fails.

June, 6, 2024

  • Fix #147 - Build problems.

March, 1, 2023

driver, driver-native - 3.1.0

  • Feature #136 - Add method for query cancellation.

December, 15, 2022

driver, driver-native, native-api - 3.0.0

  • Feature #130 - Add options to Attachment.createBlob for stream blob creation.
  • Feature #131 - Add method BlobStream.seek.
  • Feature #133 - Update target code to ES2020 (node.js 14 compatible).

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 - 2.1.4

  • 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.

November, 22, 2020

driver-native - 2.1.1

  • Feature #62 - Change value of getDefaultLibraryFilename in MacOS.
  • Feature #63 - Make getMaster return OS error when failing to load the client library.

driver - 2.1.1

  • Fix #69 - Subsequent use of Statement::execute* methods may send incorrect value of input parameters.

December, 29, 2019

driver - 2.1.0

  • Feature #30 - Add methods executeReturningAsObject and fetchAsObject to return records as objects instead of arrays.
  • Feature #43 - Add Statement.columnLabels property.

December, 06, 2019

driver - 2.0.0

  • Feature #34 - Support for Firebird events.
  • Feature #42 - SQL role name in connection options.

native-api - 2.0.0

  • Minimal node version is 10.6.0.
  • Fix #41 - Error: pointer argument must be an instance of Pointer class or null with node v13.

all projects

  • Upgrade TypeScript to v3.7.

September, 19, 2019

native-api - 1.0.1

  • Fix #29 - Document problem in MacOS and possible solution.
  • Fix #31 - Command failed with exit code 3221225477.

August 4, 2019

all projects - 1.0.0