Browse Source
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.
pull/32782/head
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue