mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 06:05:53 +00:00
MINOR Removed MSSQLDatabase::$mssqlVersion - it's not used
This commit is contained in:
parent
4b3d185c67
commit
adb7369f5f
@ -54,12 +54,6 @@ class MSSQLDatabase extends SS_Database {
|
|||||||
*/
|
*/
|
||||||
protected $lastAffectedRows;
|
protected $lastAffectedRows;
|
||||||
|
|
||||||
/**
|
|
||||||
* The version of MSSQL
|
|
||||||
* @var float
|
|
||||||
*/
|
|
||||||
protected $mssqlVersion;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Words that will trigger an error if passed to a SQL Server fulltext search
|
* Words that will trigger an error if passed to a SQL Server fulltext search
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user