sqlquerybuilder
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -24,3 +24,3 @@ var uuid = require('node-uuid'), pluralizer = require('pluralizer'), _ = require('lodash'); | ||
dateTimeInclusions: opt.dateTimeInclusions || ['Created','LastModified'], | ||
dateTimeExclusions: opt.dateTimeExclusions || ['GLEffectiveDate_id'] | ||
dateTimeExclusions: opt.dateTimeExclusions || ['GLEffectiveDate_id','CalculateDueDateByValue','CalculateDueDateByDisplayName','CreatedBy_id'] | ||
}; | ||
@@ -199,2 +199,3 @@ }; | ||
})) && | ||
self._options.enumerationSuffixes.indexOf(fieldName) == -1 && | ||
! _.find(options.dateTimeExclusions, function(exclusion) { | ||
@@ -201,0 +202,0 @@ return fieldName.indexOf(exclusion) != -1; |
{ | ||
"name": "sqlquerybuilder", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "Highly opinionated Sql Server Query Writer, mostly for internal use.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
239495
4778