Skip to content

Commit

Permalink
fix xmla discovery bug: use catalogschemahandler for schema result of…
Browse files Browse the repository at this point in the history
… DBSCHEMA_SCHEMATA

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@451 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
pstoellberger committed Apr 18, 2011
1 parent c2c29d3 commit 6e9b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class XmlaOlap4jCatalog implements Catalog, Named {
olap4jDatabaseMetaData,
this,
null, null, null, null, null),
new XmlaOlap4jConnection.SchemaHandler(),
new XmlaOlap4jConnection.CatalogSchemaHandler(this.name),
null)
{
@Override
Expand Down

0 comments on commit 6e9b2b6

Please sign in to comment.