mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-28 06:40:03 +00:00
Merge branch '1.1' of https://github.com/mariadb-corporation/mariadb-connector-python into 1.1
This commit is contained in:
@ -122,6 +122,10 @@ def connect(*args, connectionclass=mariadb.connections.Connection, **kwargs):
|
||||
Enables server certificate verification.
|
||||
- ssl:
|
||||
The connection must use TLS security or it will fail.
|
||||
- tls_version:
|
||||
A comma-separated list (without whitespaces) of TLS versions.
|
||||
Valid versions are TLSv1.0, TLSv1.1,TLSv1.2 and TLSv1.3.
|
||||
Added in version 1.1.7.
|
||||
- autocommit=False:
|
||||
Specifies the autocommit settings.
|
||||
True will enable autocommit, False will disable it (default).
|
||||
|
Reference in New Issue
Block a user