mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Dbut implmentation base MSSQL
This commit is contained in:
@@ -815,7 +815,7 @@ class DoliDb
|
||||
}
|
||||
|
||||
function getDefaultCollationConnection(){
|
||||
$resql=$this->query('SELECT SERVERPROPERTY(''collation'')');
|
||||
$resql=$this->query("SELECT SERVERPROPERTY('collation')");
|
||||
if (!$resql)
|
||||
{
|
||||
// version Mysql < 4.1.1
|
||||
|
||||
Reference in New Issue
Block a user