Commits

Bjorn Bringert authored f2cec58d903
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