expirationd icon indicating copy to clipboard operation
expirationd copied to clipboard

Json-path index as primary key doesn't work

Open ArtDu opened this issue 4 years ago • 0 comments

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

ArtDu avatar Jun 30 '21 18:06 ArtDu