foxhound 2.0.12 → 2.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxhound",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "A Database Query generation library.",
5
5
  "main": "source/FoxHound.js",
6
6
  "scripts": {
@@ -506,6 +506,8 @@ var FoxHoundDialectMSSQL = function(pFable)
506
506
  {
507
507
  var tmpColumnParameter = 'MANUAL_UpdateDate'
508
508
  tmpUpdate += ' ['+tmpColumn+'] = @MANUAL_UpdateDate';
509
+ pParameters.query.parameters[tmpColumnParameter] = tmpRecords[0][tmpColumn];
510
+ generateMSSQLParameterTypeEntry(pParameters, tmpColumnParameter, tmpSchemaEntry);
509
511
  }
510
512
  else
511
513
  {