mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
Added supportsTimezoneOverride() method
This commit is contained in:
parent
e752144a6e
commit
530c97f671
@ -267,6 +267,10 @@ class MSSQLDatabase extends SS_Database {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function supportsTimezoneOverride() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the version of MSSQL.
|
* Get the version of MSSQL.
|
||||||
* @return string
|
* @return string
|
||||||
|
Loading…
Reference in New Issue
Block a user