-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRELEASE.txt
More file actions
123 lines (106 loc) · 4.94 KB
/
RELEASE.txt
File metadata and controls
123 lines (106 loc) · 4.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Mondrian 3.2.0.13661 production release notes
=============================================
Introduction
------------
Mondrian 3.2.0.13661 is a minor release version of the leading
open-source OLAP engine. To find out more about mondrian, go
to http://mondrian.pentaho.com.
Contents
--------
As usual, there are two distributions for this release:
* mondrian-<version>.zip contains the FoodMart dataset in
SQL and Access format
* mondrian-<version>-derby.zip contains the FoodMart
dataset as an Apache Derby database
Each distribution contains the full mondrian source code, as
mondrian-<version>-src.zip, documentation including
generated API documentation, and a web archive mondrian.war.
This web archive contains all classes and libraries (jars)
necessary to run mondrian.
This release runs on Java version 1.5 and higher. For
backwards compatibility on Java 1.4, substitute
mondrian-jdk14.jar for mondrian.jar, and add
retroweaver-rt-1.2.4.jar to your classpath.
For further installation instructions, see
http://mondrian.pentaho.com/documentation/installation.php
or the included file doc/installation.html.
* Note that the below is not a complete list of changes
in 3.2, we still need to compile a list before the branch
took place that includes changes that were not placed into
3.1 but were available in trunk
Main functionality in this release
----------------------------------
- Improved native performance
- olap4j drill through support
- Improved XMLA support
- Greenplum Dialect
- Improved parameter support
API changes from 3.1 to 3.2
---------------------------
- Changed RolapMember to an interface
- The getUniqueName() on Member no longer includes the all
member.
- Upgraded to olap4j-0.9.7.309
See CHANGES.txt for a list of all source code changes
since the previous release.
Bugs and feature requests fixed for 3.2.0.13661
----------------------------------------------------------
MONDRIAN-751 - Drill SQL does not include slicer members in WHERE
clause
Bugs and feature requests fixed for 3.2.0.13658
----------------------------------------------------------
MONDRIAN-745 - NullPointerException when passing in null param value
MONDRIAN-746 - Level of calculated member is different when hierarchy
is access-controlled
MONDRIAN-750 - View model with Analyzer where model contains multiple
hierarchies beneath a single dimension throws exception
Bugs and feature requests fixed for 3.2.0.13643
----------------------------------------------------------
MONDRIAN-560 - StrToMember function doesn't use IgnoreInvalidMembers
option
MONDRIAN-737 - Sybase SQL Dialect is not correctly applied for
Sybase Adaptive Server Enterprise 15.5
MONDRIAN-722 - If ignoreInvalidMembers=true, should ignore
grants with invalid members
MONDRIAN-734 - Exception thrown when creating a 'New Analysis View'
with JPivot
MONDRIAN-728 - Rolap Connection Locale is handled incorrectly in
LocalizingDynamicSchemaProcessor.java
MONDRIAN-738 - Statements not being closed
MONDRIAN-708 - After change 13351 all Excel pivots fail to update.
CellInfo element in XMLA response is wrong
MONDRIAN-742 - Role security not applied correctly for the 'Top
Level' restriction
MONDRIAN-727 - [Fact count] measure added in change 13506
shouldn't be returned in XMLA rowset, not visible
measures shouldn't be
returned either
Bugs and feature requests fixed for 3.2.0.13583
----------------------------------------------------------
MONDRIAN-686 - Regression: JPivot output invalid - New Variance
Percent column
MONDRIAN-691 - RolapSchemaReader is not enforcing access control
on two APIs
MONDRIAN-694 - Incorrect handling of child/parent relationship
with hierarchy grants
MONDRIAN-726 - Change 13509 is not Excel 2007 compatible
MONDRIAN-725 - setParameter function should be able to accept
Java string for set value
MONDRIAN-652 - Add support for generic annotations to Mondrian schema
MONDRIAN-718 - Direct References to Members on a Dimension that has
calculated members defined will not be found
MONDRIAN-710 - Count with ExcludeEmpty throws an exception when
the cube does not have a factCountMeasure
MONDRIAN-715 - Constrained Measures can generate incorrect results
when evaluated natively
MONDRIAN-706 - SQL using hierarchy attribute 'Column Name'
instead of 'Column' in the filter
MONDRIAN-705 - Aggregate with grouping sets turned on causes
exception
MONDRIAN-704 - MDSCHEMA_PROPERTIES should not return internal
properties
MONDRIAN-681 - Add serializable to PropertyList class for caching
MONDRIAN-678 - VisualTotals gives UnsupportedOperationException
calling getOrdinal
MONDRIAN-679 - VisualTotals gives ClassCastException when called
via XMLA