Fix range scan bug for RocksDB
Compressing the keyspace with the last RocksDB update meant that incrementing the last byte for a range scan was no longer sufficient and introduced errors.
Now incrementing last Long in key range
Compressing the keyspace with the last RocksDB update meant that incrementing the last byte for a range scan was no longer sufficient and introduced errors.
Now incrementing last Long in key range