Better cope with null values in the segments_used table.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 14 Jul 2008 21:17:57 +0000 (14:17 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 14 Jul 2008 21:17:57 +0000 (14:17 -0700)
Treat nulls utilization values as 0.0 for cleaning purposes.  These
shouldn't come up, but may have been generated due to bugs in the SQLite
library, so deal gracefully with them instead of failing with an exception.


No differences found