mirror of https://github.com/apache/openjpa.git
OPENJPA-2713 remove left over in PostgresDictionary
This commit is contained in:
parent
be62c5a123
commit
e82d1ec2fb
|
@ -125,12 +125,6 @@ public class PostgresDictionary extends DBDictionary {
|
||||||
public String isOwnedSequenceSQL = "SELECT pg_get_serial_sequence(?, ?)";
|
public String isOwnedSequenceSQL = "SELECT pg_get_serial_sequence(?, ?)";
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Since PostgreSQL
|
|
||||||
*/
|
|
||||||
private boolean supportsTimezone;
|
|
||||||
|
|
||||||
|
|
||||||
public PostgresDictionary() {
|
public PostgresDictionary() {
|
||||||
platform = "PostgreSQL";
|
platform = "PostgreSQL";
|
||||||
validationSQL = "SELECT NOW()";
|
validationSQL = "SELECT NOW()";
|
||||||
|
|
Loading…
Reference in New Issue