[TIMOB-1088] Android: DB Field operations throw exceptions
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:43:44.000+0000 |
Updated | 2011-04-17T01:55:10.000+0000 |
Description
SQLite doesn't retrieve an schema information if there are no rows in a result. Access fields by name on and empty result set will throw an exception. iPhone apparently just returns 0 instead. Update to catch the exception and return 0.
Failed to update from github.