Fix: Errors in postgreSQL support

This commit is contained in:
Laurent Destailleur
2009-10-26 01:29:00 +00:00
parent bf4b183bfb
commit d6b3d6bcf7
5 changed files with 13 additions and 5 deletions

View File

@@ -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