New: Show version of client lib used by mysql drivers

This commit is contained in:
Laurent Destailleur
2013-06-07 19:19:11 +02:00
parent 0806d00b47
commit c3f5e0c6ee
7 changed files with 55 additions and 5 deletions

View File

@@ -452,6 +452,16 @@ class DoliDBPgsql
return explode('.',$this->getVersion());
}
/**
* Return version of database client driver
*
* @return string Version string
*/
function getDriverInfo()
{
return '';
}
/**
* Close database connexion
*