forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check in Paul Stoellberger's cube-discovery patch.
Fixed bug in XMLA driver where a catalog's schema list would contain one schema per cube (and, yes, each schema would contain all cubes). This would cause poor performance and excessive memory usage on any schema with a large number of cubes. Add test to ensure that OlapDatabaseMetaData.getCubes uses catalog parameter but ignores connection's catalog. Rename 'xxx' method and remove a few spurious casts. xmlEncode method now writes to a StringBuilder rather than returning a string; more efficient. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@293 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
11743a0
commit 58727bb
Showing
5 changed files
with
172 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.