New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

odbc

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odbc - npm Package Versions

1
9

2.3.3

Diff

Changelog

Source

[2.3.3] - 2020-07-31

Fixed

  • Fixed bug when UNICODE is defined where error message, error state, and column names wouldn't encode correctly
markdirish
published 2.3.2 •

Changelog

Source

[2.3.2] - 2020-07-28

Fixed

  • Fixed bug with REAL, DECIMAL, and NUMERIC fields ocassionaly returning incorrect results

Changed

  • Windows binaries are now built with UNICODE defined by default (like in 1.x)

Added

  • columns array on result set now includes columnSize, decimalDigits, and nullable data from SQLDescribeCol
markdirish
published 2.3.1 •

Changelog

Source

[2.3.1] - 2020-07-24

Fixed

  • Fixed bug with callProcedure on big-endian systems
markdirish
published 2.3.0 •

Changelog

Source

[2.3.0] - 2020-05-21

Added

  • node-pre-gyp added to dependencies to download pre-built binaries
  • TypeScript definitions added for all functions and objects

Changed

  • Refactored how column values are bound (now bound to correct C type)

Fixed

  • Promises no longer overwrite odbcErrors object on Errors
  • Parameters can now correctly be classified as integers or doubles
  • Multi-byte UTF-8 strings are now returned correctly
markdirish
published 2.3.0-beta.1 •

markdirish
published 2.3.0-beta.0 •

markdirish
published 2.2.2 •

Changelog

Source

[2.2.2] - 2019-10-27

Fixed

  • Fixed SQL_DECIMAL, SQL_REAL, and SQL_NUMERIC losing precision
markdirish
published 2.2.1 •

Changelog

Source

[2.2.1] - 2019-09-13

Fixed

  • pool.query() now closes the connections after query
  • Closing queries rapidly no longer causes segfaults
markdirish
published 2.2.0 •

Changelog

Source

[2.2.0] - 2019-08-28

Added

  • Added CHANGELONG.md
  • Added Connection function .setIsolationLevel(level, callback?)

Changed

  • Refactored how parameters are stored and returned

Fixed

  • SQL_NO_TOTAL should no longer return error on queries
  • connection.close() is now more stable
markdirish
published 2.1.3 •

Changelog

Source

[2.1.3] - 2019-08-16

Changed

  • Created much more rebust DEBUG messages
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc