Comparing version 1.4.2 to 1.4.3
// Generated by CoffeeScript 1.7.1 | ||
var EPOCH_DATE, MAX, NULL, TYPE, UTC_EPOCH_DATE, YEAR_ONE, guidParser, id, type, typeByName; | ||
var EPOCH_DATE, MAX, NULL, TYPE, UTC_EPOCH_DATE, YEAR_ONE, alias, guidParser, id, type, typeByName, _i, _len, _ref; | ||
@@ -457,2 +457,3 @@ guidParser = require('./guid-parser'); | ||
name: 'UniqueIdentifierN', | ||
aliases: ['UniqueIdentifier'], | ||
dataLengthLength: 1, | ||
@@ -753,2 +754,3 @@ declaration: function(parameter) { | ||
name: 'TimeN', | ||
aliases: ['Time'], | ||
hasScale: true, | ||
@@ -818,2 +820,3 @@ dataLengthLength: 0, | ||
name: 'DateN', | ||
aliases: ['Date'], | ||
dataLengthLength: 0, | ||
@@ -838,2 +841,3 @@ declaration: function(parameter) { | ||
name: 'DateTime2N', | ||
aliases: ['DateTime2'], | ||
hasScale: true, | ||
@@ -907,2 +911,3 @@ dataLengthLength: 0, | ||
name: 'DateTimeOffsetN', | ||
aliases: ['DateTimeOffset'], | ||
hasScale: true, | ||
@@ -1047,2 +1052,11 @@ dataLengthLength: 0, | ||
typeByName[type.name] = type; | ||
if ((type.aliases != null) && type.aliases instanceof Array) { | ||
_ref = type.aliases; | ||
for (_i = 0, _len = _ref.length; _i < _len; _i++) { | ||
alias = _ref[_i]; | ||
if (!typeByName[alias]) { | ||
typeByName[alias] = type; | ||
} | ||
} | ||
} | ||
} | ||
@@ -1049,0 +1063,0 @@ |
@@ -33,3 +33,3 @@ { | ||
], | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"main": "./lib/tedious.js", | ||
@@ -36,0 +36,0 @@ "repository": { |
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
187504
5456