spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Adds support for qualifying columns with table.

Open attermann opened this issue 1 year ago • 0 comments

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 avatar Apr 17 '24 00:04 attermann