expirationd
expirationd copied to clipboard
Json-path index as primary key doesn't work
tarantool> construct_key(tree.id, tree:select()[1])
---
- - {'age': 3}
...
tarantool> tree:get(construct_key(tree.id, tree:select()[1]))
---
- error: 'Supplied key type of part 0 does not match index part type: expected scalar'
...
after: https://github.com/tarantool/expirationd/pull/52