mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
Added supportsTimezoneOverride() method
This commit is contained in:
parent
65511282a7
commit
bb07e6cfd5
@ -201,6 +201,10 @@ class PostgreSQLDatabase extends SS_Database {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function supportsTimezoneOverride() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the version of PostgreSQL.
|
||||
* @return string
|
||||
|
Loading…
x
Reference in New Issue
Block a user