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

@@ -40,6 +40,8 @@ class DoliDb
var $db;
//! Database type
var $type='mysql';
//! Database label
var $label='MySQL';
//! Charset used to force charset when creating database
var $forcecharset='utf8'; // latin1, utf8
//! Collate used to force collate when creating database