Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC ParameterMetaData - Feature not supported handling #579

Closed
wants to merge 1 commit into from

Commits on Feb 3, 2022

  1. JDBC ParameterMetaData - Feature not supported handling

    In some situations, like an "complex" query cannot be parsed by the Oracle JDBC driver, the call of org.eclipse.birt.report.data.oda.jdbc.ParameterMetaData.getParameterType(...) throws an JDBCException.
    
    SQL Example:
    
    SELECT 1 FROM DUAL WHERE 1 < ? AND SYSDATE > TO_DATE('20200101','YYYYMMDD')
    
    The currently implemented MySQL handling (SQLExceptions with state "S1C00") has extened to fit also for Oracle feature not supported exceptions (SQLExceptions with code "17023") and SQLFeatureNotSupportedExceptions.
    tkrautinger committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    81a0bab View commit details
    Browse the repository at this point in the history