Comparing version 0.4.0 to 0.4.1
@@ -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, |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134059
17
2148
587