Skip to content

SQLServerResultSet.findColumn(String columnName) should cache result #1055

@stulscott

Description

@stulscott

The performance of retrieving a value from SQLServerResultSet by column name could be vastly improved by caching the result of the findColumn(columnName) method. Since this is such a simple to implement but hugely beneficial change I am curious if there is a reason why this has not yet been implemented. I am happy to create a patch if it is agreed by the community here that it is desirable to add this feature to the driver.

Metadata

Metadata

Assignees

Labels

QuestionUsed when a question is asked, as opposed to an issue being raised

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions