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

Fixed parameter metadata issue with packaged store procs #336

Merged
merged 4 commits into from
Jul 19, 2016

Commits on Jul 19, 2016

  1. Fixed getting parameter metadata for store proc with packages

    - (BIRT-2313) Fixed an error with Oracle thin JDBC driver when
    retrieving parameter metadata for a stored procedure inside a package.
    - Cleaned up compilation warnings
    - Correctly parse stored procedure call when procedure name is identity
    quoted.
    
    Signed-off-by: Gary Xue <xxue@opentext.com>
    Gary Xue committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    33104c3 View commit details
    Browse the repository at this point in the history
  2. Fixed parameter metadata issue with packaged store procs

    - Fixed an error with Oracle thin JDBC driver when retrieving parameter
    metadata for a stored procedure inside a package.
    - Cleaned up compilation warnings
    - Correctly parse stored procedure call when procedure name is identity
    quoted.
    
    
    Signed-off-by: Gary Xue <xxue@opentext.com>
    Gary Xue committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    2b66364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbcc9e View commit details
    Browse the repository at this point in the history
  4. Revert "Fixed parameter metadata issue with packaged store procs"

    This reverts commit 2b66364.
    Gary Xue committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    85df4e6 View commit details
    Browse the repository at this point in the history