Skip to content

Commit

Permalink
0005157: Sybase and SQL Server update trigger should be made more
Browse files Browse the repository at this point in the history
efficient generating sym_data records when primary keys are changed
  • Loading branch information
Philip Marzullo committed Jun 27, 2022
1 parent 84b844d commit 8e958e8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2249,8 +2249,8 @@ trigger.capture.ddl.delimiter=$
# Type: boolean
trigger.allow.create.or.replace=true

# For Sybase and SQL Server, if a primary key is changed,
# whether a delete followed by an insert is captured for the row change
# For Sybase and SQL Server, if a primary key is changed, this parameter determines
# if a delete followed by an insert is captured for the row change
# instead of an update. When set to true, an update will be created if
# no primary keys are changed or if only one row is changed when a primary
# key change occurs, otherwise a delete followed by an insert is created for each
Expand Down

0 comments on commit 8e958e8

Please sign in to comment.