Ticket Hash: | 0b142f4f287d6a4d09e277e407dd815d18a7ca38 | |||
Title: | new feature rowCount don't work as expected | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Severe | Priority: | Immediate | |
Subsystem: | Resolution: | Not_A_Bug | ||
Last Modified: | 2012-08-27 18:38:26 | |||
Version Found In: | ||||
Description: | ||||
AB, there is some problem with new rowCount feature. Look at TSQLDBStatement.FetchAllToJSON. In this method we know rowCount (this is result), but we have it after cursor fetch, and you do not pass rowCount to AddColumns. In current method realization I do not know how to pass rowCount correctly to W.AddColumns - method need some refactoring.
root added on 2012-07-28 18:19:24 UTC: ab added on 2012-08-27 18:38:26 UTC: Sounds like current implementation is fast enough, and other may slow down server side process. |