Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0-rc
-
None
-
Windows/Linux
-
3.13
Description
It's not possible anymore to determine the version of MariaDB Connector/C since mariadbapi_version property returns an empty string:
>>> import mariadb |
>>> mariadb.__version__
|
'2.0.0rc2-c'
|
>>> mariadb.mariadbapi_version
|
>>>
|