Merge branch 'master' of github.com:hibernate/hibernate-core

This commit is contained in:
Hardy Ferentschik 2010-10-26 12:03:26 +02:00
commit c3dd29af3f
1 changed files with 4 additions and 0 deletions

View File

@ -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() {