mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
MINOR Removed MSSQLDatabase::$mssqlVersion - it's not used
This commit is contained in:
parent
4b3d185c67
commit
adb7369f5f
@ -53,13 +53,7 @@ class MSSQLDatabase extends SS_Database {
|
||||
* @todo This is a bit clumsy; affectedRows() should be moved to {@link Query} object, so that this isn't necessary.
|
||||
*/
|
||||
protected $lastAffectedRows;
|
||||
|
||||
/**
|
||||
* The version of MSSQL
|
||||
* @var float
|
||||
*/
|
||||
protected $mssqlVersion;
|
||||
|
||||
|
||||
/**
|
||||
* Words that will trigger an error if passed to a SQL Server fulltext search
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user