OPENJPA-2713 remove left over in PostgresDictionary

This commit is contained in:
Mark Struberg 2019-01-29 22:22:15 +01:00
parent be62c5a123
commit e82d1ec2fb
1 changed files with 0 additions and 6 deletions

View File

@ -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()";