remove weird getCurrentTimestampSelectString() on PostgresPlusDialect
... which was causing tests to fail... but why *now* I have no clue!
This commit is contained in:
parent
993aae6095
commit
84be9faf70
|
@ -76,8 +76,8 @@ public class PostgresPlusDialect extends PostgreSQLDialect {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getCurrentTimestampSelectString() {
|
public String currentTimestamp() {
|
||||||
return "select sysdate";
|
return "current_timestamp";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue