Details
Details
Assignee
Reporter
Edit Screen Preamble
<div class="notify info" style="margin-bottom: 10px;">
If you are a Pentaho customer, please use the <a href="http://support.pentaho.com">Customer Support portal</a> to log issues.
<p />
This system is used for logging bugs and enhancement requests only. Please use our <a href="https://community.pentaho.com">community at https://community.pentaho.com</a> if you have questions, configuration issues, or have an issue with a marketplace plugin as Pentaho does not support marketplace plugins unless written by Pentaho.
<p />
Lastly, when creating a bug, please provide as much detail as possible. To prevent unnecessary delays in reviewing your issue, please attach complete server logs, SQL/MDX logs where applicable, schemas, etc. Also, screen-shots and screen-cams are especially helpful in demonstrating the issue.
<p />
Thank-you so much,<br />
The Pentaho Team
</div>
Notice
<div class="notify info" style="margin-bottom: 10px;">
When an issue is open, the "Fix Version/s" field conveys a target, not necessarily a commitment. When an issue is closed, the "Fix Version/s" field conveys the version that the issue was fixed in.
</div>
There are multiple database connections and dialects that are either no longer supported or no longer active in the marketplace however we are listing these as supported and enabled dialects in Mondrian and PSW
Take for example in the Mondrian project we can see the following:
https://github.com/pentaho/mondrian/tree/master/mondrian/src/main/java/mondrian/spi/impl
Here is a list of the ones to be consider for removal from Mondrian and PSW:
Database
Dialect
Access
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/AccessDialect.java
Db2
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/Db2Dialect.java
Db2OldAs400
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/Db2OldAs400Dialect.java
Derby
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/DerbyDialect.java
Firebird
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/FirebirdDialect.java
Infobright
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/InfobrightDialect.java
Informix
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/InformixDialect.java
Ingres
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/IngresDialect.java
Interbase
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/InterbaseDialect.java
LucidDB
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/LucidDbDialect.java
NeoView
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/NeoviewDialect.java
NuoDB
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/NuoDbDialect.java
Vectorwise
https://github.com/pentaho/mondrian/blob/master/mondrian/src/main/java/mondrian/spi/impl/VectorwiseDialect.java
The purpose of this improvement is to remove the dialects that are no longer on the market