Skip to content

Commit

Permalink
Merge branch 'mssql-trigger-nocursor' of
Browse files Browse the repository at this point in the history
https://github.com/woehrl01/symmetric-ds.git into nocursor

Conflicts:
	symmetric-client/src/main/java/org/jumpmind/symmetric/db/mssql/MsSqlTriggerTemplate.java
  • Loading branch information
chenson42 committed Oct 11, 2016
2 parents 1f9aa8c + a145dd1 commit 73e2f9a
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
Expand Up @@ -413,7 +413,8 @@ public boolean needsToSelectLobData() {

@Override
protected String getDbSpecificDataHasChangedCondition(Trigger trigger) {
return "@OldDataRow is null or @DataRow != @OldDataRow";
/* gets filled/replaced by trigger template as it will compare by each column */
return "$(anyNonBlobColumnChanged)";
}

}

0 comments on commit 73e2f9a

Please sign in to comment.