Skip to content

Commit

Permalink
Fixed #2185: CONFIG statement cannot be used inside a user transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Oct 27, 2018
1 parent 56aadc2 commit e3c9ada
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public class SQLServerSqlStatementBuilder extends SqlStatementBuilder {
// #2175: The procedure 'sp_addsubscription' cannot be executed within a transaction.
// This procedure is only present in SQL Server. Not on Azure nor in PDW.
"(EXEC SP_ADDSUBSCRIPTION)" +
")( .*)?");
");?( .*)?");

/**
* Holds the beginning of the statement.
Expand Down

0 comments on commit e3c9ada

Please sign in to comment.