mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
New: Show version of client lib used by mysql drivers
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user