mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
Fix: Errors in postgreSQL support
This commit is contained in:
@@ -37,10 +37,12 @@ if (! defined('ADODB_DATE_VERSION')) include_once(DOL_DOCUMENT_ROOT."/includes/a
|
||||
*/
|
||||
class DoliDb
|
||||
{
|
||||
//! Handler de base
|
||||
//! Database handler
|
||||
var $db;
|
||||
//! Nom du gestionnaire
|
||||
//! Database type
|
||||
var $type='mssql';
|
||||
//! Database label
|
||||
var $label='MSSQL';
|
||||
//! Charset used to force charset when creating database
|
||||
var $forcecharset='latin1';
|
||||
//! Collate used to force collate when creating database
|
||||
|
||||
Reference in New Issue
Block a user