[Mondrian] Forcing "expr direction NULLS LAST" in order by without rebuild?

Julian Hyde julianhyde at gmail.com
Tue Apr 8 21:12:24 EDT 2014


You can pass Dialect=com.example.MyDialect as part of the connect string. Mondrian will ignore its usual process of deducing the dialect from the JDBC database name and use the class you provide. You don’t need to re-compile Mondrian.

In other words, dialects are pluggable.

Julian



More information about the Mondrian mailing list