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
|
@@ -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
|
{
|