Skip to content
Snippets Groups Projects
Commit a62e14a0 authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Vladimir Davydov
Browse files

box: rework iterator_position entity

There is a big caveat in current implementation of position - it is
represented as a string with unprintable chars in Lua - if user will
need to save it to another database or pass to another client,
unprintable chars can be affected. That is why we decided to redesign
position entity - now it is just a key with MP_ARRAY header, encoded to
base64 format.

NO_CHANGELOG=redesign of unreleased feature
NO_DOC=later

Part of #7639
parent 04bc54ed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment