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

odbc

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odbc - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "0.6.2",
"version": "0.6.3",
"main": "lib/odbc.js",

@@ -6,0 +6,0 @@ "homepage": "http://github.com/wankdanker/node-odbc/",

@@ -635,2 +635,5 @@ node-odbc

* Example : "DRIVER={FreeTDS};SERVER=host;UID=user;PWD=password;DATABASE=dbname;TDS_Version=7.0"
* If you got error "[unixODBC][FreeTDS][SQL Server]Unable to connect to data source"
Try use SERVERNAME instead of SERVER
* Example : "DRIVER={FreeTDS};SERVERNAME=host;UID=user;PWD=password;DATABASE=dbname"
* Be sure that your odbcinst.ini has the proper threading configuration for your

@@ -637,0 +640,0 @@ FreeTDS driver. If you choose the incorrect threading model it may cause

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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