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

odbc

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odbc - npm Package Versions

23
9

2.4.9

Diff

markdirish
published 2.4.8 •

markdirish
published 2.4.7 •

Changelog

Source

[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
markdirish
published 2.4.7-beta.0 •

markdirish
published 2.4.6 •

Changelog

Source

[2.4.6] - 2022-09-22

Fixed

  • Fixed TypeScript definition error preventing compilation
markdirish
published 2.4.5 •

Changelog

Source

[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
markdirish
published 2.4.4 •

Changelog

Source

[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

Added

  • binding.gyp path for OS400 (IBM i)
markdirish
published 2.4.3 •

Changelog

Source

[2.4.3] - 2022-03-31

Fixed

  • Updated dependencies for security fixes
  • Fixed generation of callProcedure sql string when UNICODE is defined
markdirish
published 2.4.2 •

Changelog

Source

[2.4.2] - 2022-02-07

Added

  • binding.gyp build instructions for MacOS
  • Statement's .execute function can now return a Cursor when the correct queryOption is passed

Fixed

  • Statement and Cursor should now better handle freeing memory
  • Connection's .callProcedure should now work on Windows with UNICODE defined
  • Fixed up TypeScript definitions
markdirish
published 2.4.1 •

Changelog

Source

[2.4.1] - 2021-10-19

Added

  • Simple binding path allows driver's that don't implement block fetch and column-wise binding to still be able to fetch results
  • Allow pool.query() to use query options

Fixed

  • Update timeout definitions in README.md
  • Fixed multiple memory leaks
  • Fixed multiple segfaults
23
9
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