[TIMOB-1236] Android: Database.Proxy Should return "empty" rowset on select if no results
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:36.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:47:22.000+0000 |
Updated | 2011-04-17T01:55:36.000+0000 |
Description
On iPhone an ResultSetProxy is returned from execute because they have an empty ResultSet where as the native implementation of Android SQLite returns null if there are no results. Update ResultSetProxy to handle a null native ResultSet.
(from [a641cfd56625b0813528387f0537a48d2222b2de]) [#1236 state:resolved] No return a ResultSetProxy even if select returns null from Android's rawQuery. http://github.com/appcelerator/titanium_mobile/commit/a641cfd56625b0813528387f0537a48d2222b2de"> http://github.com/appcelerator/titanium_mobile/commit/a641cfd56625b...