Skip to content

Releases: IBM/node-odbc

2.5.0

01 Apr 19:32
223f87e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.9...v2.5.0

2.5.0-rc.2

01 Apr 18:43
3c19551

Choose a tag to compare

2.5.0-rc.2 Pre-release
Pre-release

What's Changed

  • chore: Update Node.js release for IBM i build by @kadler in #468
  • ci: Update Jenkins configuration by @kadler in #469

Full Changelog: v2.5.0-rc.1...v2.5.0-rc.2

2.5.0-rc.1

01 Apr 16:27
e77551d

Choose a tag to compare

2.5.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.4.9...v2.5.0-rc.1

2.4.9

22 Aug 15:49
3694c4d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.8...v2.4.9

2.4.8

17 May 16:24

Choose a tag to compare

[2.4.8] - 2023-05-17

Fixed

  • Fixed static cursor declaration causing performance degradation for Connection's .query method
  • Fixed callProcedure core dump with large parameters
  • Improved TypeScript typings

Added

  • New dataTypeName property on returned ColumnDefinitions

2.4.7

27 Jan 03:03
7a97292

Choose a tag to compare

[2.4.7] - 2023-01-26

Fixed

  • Fixed static cursor declaration causeing performance degredatio
  • Fixed a memory leak with certain long binary and character types

2.4.7-beta.0

01 Jan 20:30

Choose a tag to compare

2.4.7-beta.0 Pre-release
Pre-release

Beta release to see if not setting cursor explicitly fixed performance issues

2.4.6

22 Sep 22:01

Choose a tag to compare

[2.4.6] - 2022-09-22

Fixed

  • Fixed TypeScript definition error preventing compilation

2.4.5

12 Sep 17:01

Choose a tag to compare

[2.4.5] - 2022-09-12

Added

  • primaryKeys instance function on Connection to call ODBC SQLPrimaryKeys function
  • foreignKeys instance function on Connection to call ODBC SQLForeignKeys function
  • Binaries added for all supported N-API versions for all GitHub Actions runners

Fixed

  • Fixed VARCHAR(MAX) fields creating 0-sized buffers (MSSQL)
  • Fixed various TypeScript type definitions

2.4.4

26 Apr 18:50

Choose a tag to compare

[2.4.4] - 2022-04-26

Fixed

  • Fixed application crashing when callProcedure was given the wrong procedure name or number of parameters
  • Fixed TypeScript definition for Connection's tables function