mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 15:05:37 +00:00
Added supportsTimezoneOverride() method
This commit is contained in:
parent
5594036d0c
commit
356872236a
@ -124,6 +124,10 @@ class SQLite3Database extends SS_Database {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function supportsTimezoneOverride() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the version of SQLite3.
|
||||
* @return float
|
||||
|
Loading…
x
Reference in New Issue
Block a user