Sha256: 1a4d7b9f98f8f31ef2a215b1df0c47faf44bc038d54c779027e78823c06164f0

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

### 0.3.0 / 2011-11-12

* New features
  * upgraded to Mondrian 3.3.0 version (latest shapshot with additional bug fixes)
    as well as corresponding olap4j 1.0.0 version
  * support for SQL Server (jTDS and Microsoft drivers)
  * aggregates definition in schema
  * possibility to include XML fragments in schema
    (e.g. to paste XML for aggregates that is generated by Mondrian aggregation designer)
  * define level properties in schema
  * `sql` element for `table` element in schema
    (to define custom WHERE conditions for dimensions or fact table)
  * `view` element in schema
    (to define custom SQL SELECT statements instead of existing table)
  * `measure_expression` element in schema
    (to define custom SQL expression for measure instead of fact column)
  * allow crossjoin of where conditions as well as where with several same dimension members
* Improvements
  * use latest Nokogiri 1.5.0 version

### 0.2.0 / 2011-07-01

* New features
  * support for LucidDB database
* Improvements
  * only set log4j configuration file if not set already (possible to override e.g. Mondrian debugging settings)
  * `result.to_html(:formatted=>true)` will return formatted results
  * set Unicode encoding for mysql connection
  * `format_string` attribute and `formula` element for calculated members
  * `:use_content_checksum` connection option (by default set to true)
  * `key_expression`, `name_expression`, `ordinal_expression` elements with `sql` subelement support for levels
  * `:upcase_data_dictionary` option for schema definition
* Bug fixes
  * fixed examples in README
  * correctly quote `CatalogContent` in connection string (to allow usage of semicolons in generated XML catalog)
  * workarounds for issues with Java classloader when using in production mode with jruby-rack
  * construct correct file path on Windows

### 0.1.0 / 2011-03-18

* Initial release
  * support for MySQL, PostgreSQL and Oracle databases

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mondrian-olap-0.3.0 Changelog.md