You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Changeset #52267
Merge chain: SDMDriver   (branches: tip, default )
Author Comment Supermodules
Shaun Case
Mar 18 2019 15:30

Pusher:  casesp
Mar 18 2019 15:31
?  Additions to accommodate duplicate column names in an SQL statement?s return data.  Normally, wouldn?t expect to have duplicates, but if someone forgets to check their SQL statement for duplicate column names, then there could be multiples of the same column.  This can be accounted for in the ResultSet to accommodate iterations through ResultSet columns by index, even though they have the same values.

SDMDriver repository, 563df1410b885ae6f458d42e9acec3e6f15808b3
  • modified
    src/csip/sdm/SDMResultSet.java
--