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:
Steve Ebersole 2007-11-02 14:46:10 +00:00
parent 9900a73769
commit 0705b2ca78
1 changed files with 0 additions and 4 deletions

View File

@ -357,10 +357,6 @@ public class DB2Dialect extends Dialect {
return false;
}
public String getCurrentTimestampSQLFunctionName() {
return "sysdate";
}
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
public boolean supportsEmptyInList() {