Skip to content

Commit

Permalink
MONDRIAN: Bug fix for 1671613
Browse files Browse the repository at this point in the history
Added two new exceptions:
NullNotSupported and TwoNullsNotSupported

[git-p4: depot-paths = "//open/mondrian/": change = 8926]
  • Loading branch information
Will Gorman committed Mar 22, 2007
1 parent 3bf2a11 commit 8482edc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/mondrian/resource/MondrianResource.xml
Expand Up @@ -244,6 +244,14 @@
<text>Unknown type ''{0}''; values are NUMERIC, STRING, BOOLEAN</text>
</exception>

<exception id="350580" name="NullNotSupported">
<text>Function does not support NULL member parameter</text>
</exception>

<exception id="350590" name="TwoNullsNotSupported">
<text>Function does not support two NULL member parameters</text>
</exception>

<!-- ====================================================================== -->
<!-- Catalog errors -->

Expand Down

0 comments on commit 8482edc

Please sign in to comment.