HHH-4016 SAPDialect should not use oracle style outer joins, ANSI style is prefered by MaxDB

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17003 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2009-07-06 11:43:52 +00:00
parent 98c171095c
commit 8052ba19d5
1 changed files with 0 additions and 5 deletions

View File

@ -199,11 +199,6 @@ public class SAPDBDialect extends Dialect {
return "select sequence_name from domain.sequences";
}
public JoinFragment createOuterJoinFragment() {
return new OracleJoinFragment();
}
public boolean supportsSequences() {
return true;
}