forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert autocommitgenericsql (demisto#29504)
* reverted autocommit * reverted autocommit * added bc changes and docs to default value * reverted bc file * added autocommit by default to ms sql * added test case * added to ms odbc as well * removed commented code
- Loading branch information
Showing
5 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"breakingChanges":true,"breakingChangesNotes": "The ***Connection Argument*** 'autocommit' is now True by default for Microsoft SQL server and Microsoft SQL Server - MS ODBC Driver dialects. Set 'autocommit=False' in order to disable it.\n"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
#### Integrations | ||
##### Generic SQL | ||
- The ***Connection Argument*** 'autocommit' is now True by default for Microsoft SQL server and Microsoft SQL Server - MS ODBC Driver dialects. Set 'autocommit=False' in order to disable it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters