MarschOSX / Responder

Senior Design I project for an Android auto-response application
0 stars 0 forks source link

Cursor Handling #77

Closed gabowser closed 8 years ago

gabowser commented 8 years ago

It appears that if there are no rows within a table, instead of a Cursor with 0 rows being returned, a cursor with a row of all null values is returned instead.....

Need to ensure both scenarios are handled for backwards compatability