HHH-1753 : db2 current_timestamp
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14178 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9900a73769
commit
0705b2ca78
|
@ -357,10 +357,6 @@ public class DB2Dialect extends Dialect {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getCurrentTimestampSQLFunctionName() {
|
|
||||||
return "sysdate";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
public boolean supportsEmptyInList() {
|
public boolean supportsEmptyInList() {
|
||||||
|
|
Loading…
Reference in New Issue