Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « connection »

Méthode mariadb.connection.get_server_version

Signature de la méthode get_server_version

Description

get_server_version.__doc__

Returns a tuple representing the version of the connected server in
the following format: (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION).

get_server_version() method exists for compatibility reasons. However the
preferred way to retrieve server version information are the server_version and
server_version_info connection attributes