[TIMOB-47] Database.ResultSet.isValidRow() returns true for CREATE statements
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:51:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M09 |
Components | iOS |
Labels | database, defect, ios, iphone, mobile, release-1.6.0, synchronous |
Reporter | thynctank |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:22:59.000+0000 |
Updated | 2011-04-17T01:51:48.000+0000 |
Description
After running a CREATE query (may occur with others, only CREATE verified as of yet) Database.ResultSet.isValidRow() returns true, when it should return false. (data extraction methods may not be called on the ResultSet after such a query)
Comments
- Don Thorp 2011-04-15
Which platform did you discover this on?
- thynctank 2011-04-15
Sheesh, couldn't respond via email reply. Lame.
Anyway, this was on iPhone, haven't verified on Android. Everything works as expected on Desktop.
- Stephen Tramer 2011-04-15
Tested against 1.6.0 RC1.
- Don Thorp 2011-04-15
putting it in a milestone.