You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```
Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.
Also 1.10.6 EE is added to test process to be able verify changes.
Closes#163
0 commit comments