mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
MINOR Moved SET TEXTSIZE query into the else statement on MSSQLDatabase::__construct()
This commit is contained in:
parent
42d70770f0
commit
ed19021ea0
@ -55,8 +55,8 @@ class MSSQLDatabase extends Database {
|
|||||||
|
|
||||||
// Configure the connection
|
// Configure the connection
|
||||||
$this->query('SET QUOTED_IDENTIFIER ON');
|
$this->query('SET QUOTED_IDENTIFIER ON');
|
||||||
|
$this->query('SET TEXTSIZE 2147483647');
|
||||||
}
|
}
|
||||||
$this->query('SET TEXTSIZE 2147483647');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user