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

Connection.getMetaData().getProcedures(String,String,String)) missing 9th column #1491

Commits on Jan 6, 2021

  1. Connection.getMetaData().getProcedures(String,String,String)) should

    return 9 columns but is missing the 9th column called SPECIFIC_NAME.
    
    The issues is that the underlying server sp_stored_procedures() returns
    8 columns while the API expects 9 columns. The driver passes the result
    set as is to the caller.
    
    This patch allows the JDBC getProcedures() API to add the missing
    column.
    garydgregory committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4045815 View commit details
    Browse the repository at this point in the history