{ "id": "60714", "key": "TIMOB-82", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:51:55.000+0000", "created": "2011-04-15T02:23:27.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:51:55.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

When iterating through a database resultSet object, isValidRow()\ndoesn't return properly if there are 0 rows. The following example\ncauses an error:

\n

var rows = db.execute('SELECT * FROM DATABASETEST');
\nvar count = 0;
\nwhile (rows.isValidRow())
\n{ count++; rows.next(); }

{html}", "attachment": [], "flagged": false, "summary": "isValidRow() - error for 0 rows", "creator": { "name": "samir", "key": "samir", "displayName": "Samir", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "samir", "key": "samir", "displayName": "Samir", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "122743", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [9d45d6a85f17583f3658bef8fd7e11d0e2c55fac])\nRESOLVED #82 \nhttp://github.com/appcelerator/titanium_mobile/commit/9d45d6a85f175...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:23:28.000+0000", "updated": "2011-04-15T02:23:28.000+0000" }, { "id": "122744", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

I was checking for null, and not for null and undefined.

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:23:28.000+0000", "updated": "2011-04-15T02:23:28.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }