Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mssql

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mssql - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

.coffeemaker

4

CHANGELOG.txt

@@ -0,1 +1,5 @@

v0.4.1 (2013-12-13)
-------------------
[fix] Filter empty recordsets when NOCOUNT is OFF
v0.4.0 (2013-12-12)

@@ -2,0 +6,0 @@ -------------------

@@ -512,2 +512,5 @@ // Generated by CoffeeScript 1.6.3

req.on('doneInProc', function(rowCount, more, rows) {
if (Object.keys(columns).length === 0) {
return;
}
Object.defineProperty(recordset, 'columns', {

@@ -514,0 +517,0 @@ enumerable: false,

2

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.4.0",
"version": "0.4.1",
"main": "index.js",

@@ -22,0 +22,0 @@ "repository": {

@@ -391,2 +391,4 @@ # node-mssql [![Dependency Status](https://david-dm.org/patriksimek/node-mssql.png)](https://david-dm.org/patriksimek/node-mssql) [![NPM version](https://badge.fury.io/js/mssql.png)](http://badge.fury.io/js/mssql)

Transaction can also be created by `var transaction = connection.transaction();`. Requests can also be created by `var request = transaction.request();`.
<a name="begin" />

@@ -393,0 +395,0 @@ ### begin(callback)

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