Skip to content

Commit 5749897

Browse files
committed
Remove autocommit from http connections
1 parent 88c0fd4 commit 5749897

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

singlestoredb/drivers/http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def remap_params(self, params: Dict[str, Any]) -> Dict[str, Any]:
2020
params.pop('charset', None)
2121
params.pop('odbc_driver', None)
2222
params.pop('credential_type', None)
23+
params.pop('autocommit', None)
2324

2425
params['protocol'] = params.pop('driver', '').replace(
2526
'singlestoredb+', '',

0 commit comments

Comments
 (0)