pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support `Contains.within` and `Contains.without` for `and` and `or` gremlins

pietermartin opened this issue · comments

Currently Compare.eq, Compare.neq, Compare.gt, Compare.gte, Compare.lt, Compare.lte are supported but not Contains.within and Contains.without

Some tests are failing, need to investigate