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

Adds support for qualifying columns with table. #32653

Merged
merged 1 commit into from
May 8, 2024

Commits on Apr 17, 2024

  1. Adds support for qualifying columns with table.

    Adds support common in other ResultSet implemenatations for qualifying column names with table name to distinguish potentially duplicate column names in a join of two or more tables from one another. The expected format is {table_name}.{column_namne}, where column_name is the actuall designated column name and not the column label.
    attermann committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3dfcf55 View commit details
    Browse the repository at this point in the history