This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit e82d1ec2fb058809306875c1d3f957caf4b283cf Author: Mark Struberg <[email protected]> AuthorDate: Tue Jan 29 22:22:15 2019 +0100 OPENJPA-2713 remove left over in PostgresDictionary --- .../main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java index e64d1de..935a924 100644 --- a/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java +++ b/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java @@ -125,12 +125,6 @@ public class PostgresDictionary extends DBDictionary { public String isOwnedSequenceSQL = "SELECT pg_get_serial_sequence(?, ?)"; - /** - * Since PostgreSQL - */ - private boolean supportsTimezone; - - public PostgresDictionary() { platform = "PostgreSQL"; validationSQL = "SELECT NOW()";
