mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-30 12:57:47 +00:00

In case of an (automatic) reconnect the connection property connection_id was not updated, since there is no callback functionality in Connector/C available to notify the application that a reconnect occured. Instead of obtaining the connection_id via MemberDef, connection_id is now implemented as getter function.