mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
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:
parent
98c171095c
commit
8052ba19d5
@ -199,11 +199,6 @@ public String getQuerySequencesString() {
|
|||||||
return "select sequence_name from domain.sequences";
|
return "select sequence_name from domain.sequences";
|
||||||
}
|
}
|
||||||
|
|
||||||
public JoinFragment createOuterJoinFragment() {
|
|
||||||
return new OracleJoinFragment();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean supportsSequences() {
|
public boolean supportsSequences() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user