Skip to content

Commit

Permalink
bump 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shackbarth committed Jul 31, 2014
1 parent c77f2fc commit f8b42c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "xTuple <[email protected]>",
"name": "xtuple",
"description": "xTuple Enterprise Resource Planning Mobile-Web client public extensions",
"version": "4.6.0-beta",
"version": "4.6.0",
"repository": {
"type": "git",
"url": "https://github.com/xtuple/xtuple-extensions.git"
Expand Down
10 changes: 5 additions & 5 deletions source/bi_open/client/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trailing:true, white:true*/

XT.extensions.bi_open = {
setVersion: function () {
XT.setVersion("4.6.0-beta", "bi_open");
XT.setVersion("4.6.0", "bi_open");
}
};

Expand Down Expand Up @@ -124,8 +124,8 @@ trailing:true, white:true*/
where: []
});
/*
* Top list query.
*
* Top list query.
*
* Note we are given a dimension's level, but we want the children, so we
* go back up to the hierarchy and then get the children.
*/
Expand Down Expand Up @@ -166,10 +166,10 @@ trailing:true, white:true*/
});
/*
* Map Query.
*
*
* Note that cross joins of large dimensions like dimensionGeo are performance problems. Check that all
* cross join options in mondrian.properties are set. Make sure heap space is sufficient in start_bi.sh
* A cross joins of members performs well, but a cross join of children does not (mondrian bug?).
* A cross joins of members performs well, but a cross join of children does not (mondrian bug?).
* "CrossJoin($dimensionHier.Children, $dimensionGeo.Members)" - bad
* "CrossJoin($dimensionHier.Members, $dimensionGeo.Members)" - good
* All queries should be written as using members.
Expand Down
2 changes: 1 addition & 1 deletion source/bi_open/database/source/manifest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bi_open",
"version": "4.6.0-beta",
"version": "4.6.0",
"comment": "Business Intelligence",
"loadOrder": 50,
"dependencies": [],
Expand Down

0 comments on commit f8b42c4

Please sign in to comment.