Oleg Babin
Oleg Babin
Currently you don't have adequate way how to merge multikey indexes. Merger doesn't support it. I guess user will see unclear error in such case. > It would help me...
Currently it looks so - https://github.com/tarantool/crud/blob/master/crud/compare/comparators.lua Do you think that something like it could/should be as a part of tuple-keydef module?
@Totktonada Your idea looks interesting however I'm not sure that we have time for such activity. Moreover, as far I see we plan to release new LTS version of Tarantool....
> the proposal is to support JSON path in fields option of crud operations Yes > in crud.cut_rows() and crud.cut_objects() function Initially there are no such functions in public API....
Could we transfer this issue to "tarantool/errors"? I like more "general" solutions. So it could be useful not only for crud.
> It seems like not the `tt` problem, but the build environment problem. Why does it work for cartridge-cli then? > It could be fixed in that way: https://github.com/mpv-player/mpv/pull/9264/files It...
Hi! Tarantool doesn't have interactive transactions (https://github.com/tarantool/tarantool/issues/2016) You should call box.begin() and box.commit() inside one tarantool event loop iteration. Also you couldn't yield inside transactions. There is only one way...
> I have to escape the key if it contains anything besides letters and digits and underscores. Just use `([1][%q]):format(...)`
Hi! I want to use poseidon hash instead of sha256
Maybe we need to emit some error message then? I fixed that issue on an application side - so it's not critical for me will this issue be fixed or...