HHH-5356 Sybase 15 does not support cross join
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20317 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9c919ee9dc
commit
9efd896834
|
@ -76,4 +76,7 @@ public class SybaseASE15Dialect extends AbstractTransactSQLDialect {
|
||||||
public boolean supportsExpectedLobUsagePattern() {
|
public boolean supportsExpectedLobUsagePattern() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
public String getCrossJoinSeparator() {
|
||||||
|
return ", ";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue