Skip to content

Releases: CraZySacX/node-jdbc

0.7.7

04 Jun 19:34
b549207

Choose a tag to compare

Update packages to work with node v20 and v22

v0.7.6

30 May 19:25
0.7.6

Choose a tag to compare

  • Dependency updates for security fixes

v0.7.5

30 May 19:13
0.7.5
3b02fa4

Choose a tag to compare

  • Dependency updates for security fixes

v0.7.4

25 Jan 20:03
d933004

Choose a tag to compare

Fixed issue with BigDecimal conversion. The values after the decimal are now preserved.

v0.6.4

06 Jun 13:06

Choose a tag to compare

Security vulnerabilities found in dependencies, so updated to latest.

v0.6.2

18 Apr 20:52
v0.6.2

Choose a tag to compare

  • Catch runtime exceptions thrown from Java code.

v0.6.1

01 Dec 23:39

Choose a tag to compare

  • Removed console.log statements from main code to avoid errors where console is not available.
  • Updated dependencies
  • npm -> yarn for dependency management

v0.5.0

27 Mar 12:36
v0.5.0

Choose a tag to compare

  • minor api update
  • bug fix on arg list
  • dependency updates

Release v0.4.0

17 Nov 17:36

Choose a tag to compare

  1. setMaxRows added to statement, allowing resultset size to be customized.
  2. Connection errors now passed back to caller through callback.
  3. dependency updates.

Release v0.3.1

21 May 18:22

Choose a tag to compare

  • Fixed BIGINT truncation. The result type is now a String, so convert as necessary
  • Removed lints.