Merge branch 'master' of github.com:hibernate/hibernate-core
This commit is contained in:
commit
c3dd29af3f
|
@ -418,6 +418,10 @@ public class DB2Dialect extends Dialect {
|
|||
return false;
|
||||
}
|
||||
|
||||
//DB2 v9.1 doesn't support 'cross join' syntax
|
||||
public String getCrossJoinSeparator() {
|
||||
return ", ";
|
||||
}
|
||||
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
public boolean supportsEmptyInList() {
|
||||
|
|
Loading…
Reference in New Issue