HHH-5598 sybase's getCurrentTimestampSQLFunctionName should be getdate()

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20711 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-09-26 15:42:11 +00:00
parent 21dbc7ff0a
commit 4fb0ccd5f1
1 changed files with 3 additions and 1 deletions

View File

@ -69,7 +69,9 @@ public class SybaseASE15Dialect extends AbstractTransactSQLDialect {
public boolean areStringComparisonsCaseInsensitive() {
return true;
}
public String getCurrentTimestampSQLFunctionName() {
return "getdate()";
}
/**
* Actually Sybase does not support LOB locators at al.
*