Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #40753 All Revisions ] Back to Issue ]
Summary 0040753: Simplify oracle version specific code after no longer supporting Oracle 11.1
Revision 2019-05-02 16:27 by shuehner
Description     In issue 40750 support for Oracle 11.1 version was removed which allows to simplify some code which is specific for supporting this old version.

modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/utility/OBPOSSQLFunctionRegister.java

Specifically now the is11R2OrNewer will always return true so both the function itself as well as the 2 branches to supported oracle but older can be removed.

Note: While 40750 is planned to be backported for 19Q2 this cleanup here is not needed to be backported.
Revision 2019-05-02 16:26 by shuehner
Description     In issue 40750 support for Oracle 11.1 version was removed which allows to simplify some code which is specific for supporting this old version.

modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/utility/OBPOSSQLFunctionRegister.java

Specifically now the is11R2OrNewer will always return true so both the function itself as well as the 2 branches to supported oracle but older can be removed.
Note: That this also allows to the remove existsStrAgg function as well.

Note: While 40750 is planned to be backported for 19Q2 this cleanup here is not needed to be backported.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker