Skip to content

Commit

Permalink
0003191: Sybase useHandleKeyUpdates yields trigger that sets nocount
Browse files Browse the repository at this point in the history
incorrectly
  • Loading branch information
chenson42 committed Jul 6, 2017
1 parent 07157d1 commit 07948b2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -142,8 +142,6 @@ public AseTriggerTemplate(ISymmetricDialect symmetricDialect) {
sqlTemplates.put("updateHandleKeyUpdatesTriggerTemplate" ,
"create trigger $(triggerName) on $(schemaName)$(tableName) for update as \n" +
" begin \n" +
" declare @NCT int \n" +
" set @NCT = @@OPTIONS & 512 \n" +
" set nocount on \n" +
" declare @TransactionId varchar(1000) \n" +
" declare @DataRow varchar(16384) \n" +
Expand Down

0 comments on commit 07948b2

Please sign in to comment.