Opened 13 years ago
Closed 13 years ago
#1728 closed enhancement (fixed)
Fetch size is not set when using command even when DataCacheSize configuration is set
Reported by: | sparkliu | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Feature Service | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When executing command (MgServerSelectFeatures or MgServerFeatureService.ExecuteSqlQuery), if not specified, fetch size will always be 0. However, as user has already set DataCacheSize, we should use this size to avoid multiple fetch.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | 1728 fix.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix of this defect