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:
parent
21dbc7ff0a
commit
4fb0ccd5f1
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue