Added supportsTimezoneOverride() method

This commit is contained in:
Ingo Schommer 2012-07-06 11:37:11 +02:00
parent 5594036d0c
commit 356872236a
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ class SQLite3Database extends SS_Database {
return true;
}
public function supportsTimezoneOverride() {
return false;
}
/**
* Get the version of SQLite3.
* @return float