#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 , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Wrong submission before the description is done and property is set.