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

13
9

2.4.0

Diff

Changelog

Source

[2.4.0] - 2021-07-06

Added

  • NEW Cursor class that is returned when new cursor query option is set to true. Cursor allows users to fetch partial result sets through calling fetch
  • NEW timeout query property allows users to define the number of seconds to wait for execution before returning to the application
  • NEW initialBufferSize query property property allows users to define the size of a buffer for SQL_LONG data types before resizing
  • Tests for multiple DBMSs added
  • Support for FreeBSD build

Fixed

  • Connection generation in pools is now more efficient and doesn't block queries
  • Retrieving binary data
  • Improved TypeScript definitions
  • BIGINT fields are now bound by default correctly
  • Fixed multiple memory leaks
  • Fixed multiple uncaught errors
  • Dozens of minor fixes (see GitHub issues)

Changed

  • SQL_LONG* fields now use SQLGetData ODBC function, greatly increasing performance
  • Connection options can now be passed through to pool connections
  • Debugging no longer done through DEBUG define, but through existing connection manager facilities
  • Updated dependencies
markdirish
published 2.4.0-beta.3 •

markdirish
published 2.4.0-beta.2 •

wankdanker
published 1.4.10 •

markdirish
published 2.4.0-beta.1 •

markdirish
published 2.3.6 •

Changelog

Source

[2.3.6] - 2021-02-19

  • Emergency version to fix a push made to npm in error.
markdirish
published 2.4.0-beta.0 •

markdirish
published 2.4.0-alpha.0 •

markdirish
published 2.3.5 •

Changelog

Source

[2.3.5] - 2020-09-14

Fixed

  • Fixed multiple connections being created after pool.query() is called.
markdirish
published 2.3.4 •

Changelog

Source

[2.3.4] - 2020-08-09

Fixed

  • Fixed bug when UNICODE is defined where statement in result object and column name properties wouldn't encode correctly
  • Update package-lock.json with vulnerability fixes
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