Skip to content

Commit

Permalink
MONDRIAN: Disable ANSI join syntax in Oracle, as a temporary fix for …
Browse files Browse the repository at this point in the history
…MONDRIAN-934.

[git-p4: depot-paths = "//open/mondrian/": change = 14259]
  • Loading branch information
julianhyde committed May 11, 2011
1 parent b96fef8 commit 79f502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/spi/impl/OracleDialect.java
Expand Up @@ -60,7 +60,7 @@ public String generateOrderByNullsLast(String expr, boolean ascending) {

@Override
public boolean allowsJoinOn() {
return true;
return false;
}
}

Expand Down

0 comments on commit 79f502a

Please sign in to comment.