Peter Serwylo 6e3b1fde86 Implement getLong for ContentValuesCursor.
This is required because SQLite "rowids" are 64 bit integers:

> all rows within SQLite tables have a 64-bit signed integer
> key that uniquely identifies the row within its table."

https://sqlite.org/lang_createtable.html#rowid
2016-07-18 22:19:26 +10:00
..
2016-07-06 20:22:02 +01:00