mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-02 13:56:54 +00:00
connection and cursor class are now written in
native python
This commit is contained in:
@ -42,7 +42,7 @@ def dequote(s):
|
||||
|
||||
|
||||
def get_config(options):
|
||||
required_version = "3.1.5"
|
||||
required_version = "3.2.0"
|
||||
no_env = 0
|
||||
static = options["link_static"]
|
||||
|
||||
|
Reference in New Issue
Block a user