commit | f2cec58d90381c05033f26add5693252e68f48f9 | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Wed Jul 22 20:40:04 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Wed Jul 22 21:20:51 2009 +0100 |
tree | 9d76c9174a618e2c5437a4d7abd8150464725799 | |
parent | b551fb872be9b758c7793f56398d25a74d4a404c [diff] |
Handle null in MatrixCursor.get*() Before, if a column contained null, MatrixCursor.getString() returned the string "null", and the get<Number>() methods threw exceptions. Now, getString() returns null, and get<Number>() return 0. Fixes http://b/issue?id=1996628