Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.4
-
None
Description
During the migration from the MySQL connector to the MariaDB one, I found an missing but important function.
Here the description of it:
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-server-version.html
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.0.5 [ 25126 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
issue.field.resolutiondate | 2020-11-16 09:09:24.0 | 2020-11-16 09:09:24.554 |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 115654 ] | MariaDB v4 [ 135688 ] |
What's wrong with using server_version?
>>> conn.server_version;