[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)
Which platform did you discover this on?
Sheesh, couldn't respond via email reply. Lame.
Anyway, this was on iPhone, haven't verified on Android. Everything works as expected on Desktop.
Tested against 1.6.0 RC1.
putting it in a milestone.