Opened 13 years ago

Closed 13 years ago

#1752 closed enhancement (fixed)

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

Reported by: sparkliu Owned by:
Priority: low Milestone:
Component: Feature Service Version:
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.

Attachments (1)

Fix patch for 1752.patch (13.4 KB ) - added by sparkliu 13 years ago.
Fix patch

Download all attachments as: .zip

Change History (2)

by sparkliu, 13 years ago

Attachment: Fix patch for 1752.patch added

Fix patch

comment:1 by sparkliu, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.