Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1751 closed defect (invalid)

Use column name instead of column index during data reader's serialization

Reported by: sparkliu Owned by:
Priority: low Milestone:
Component: General Version: 2.1.0
Severity: trivial Keywords:
Cc: External ID:

Description

During the serialization of data reader, most of code uses column name instead of column index, for example, get column type, check null, get data. Actually as the final purpose is to return the whole dataset, there is no such situation that a column exists in dataset but not serialized, also the sequence of property is exactly the same with the sequence of column. So the serialization can be optimized to use column index to reduce column searching.

Change History (2)

comment:1 by sparkliu, 13 years ago

Resolution: invalid
Status: newclosed

comment:2 by sparkliu, 13 years ago

Wrong submission before the description is done and property is set.

Note: See TracTickets for help on using tickets.