[TIMOB-440] getRowCount returns different values
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 0.9.2 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:29:24.000+0000 |
Updated | 2011-04-17T01:53:03.000+0000 |
Description
See database test in kitchen sink. I have 3 log statements:
Titanium.API.info('ROW COUNT = ' + rows.getRowCount());
Titanium.API.info('ROW COUNT = ' + rows.getRowCount());
Titanium.API.info('ROW COUNT = ' + rows.getRowCount());
the first and third log statements print the same value (3) the second prints out (2)
Comments
- Jeff Haynie 2011-04-15