Closed yaacov closed 5 years ago
In https://github.com/yaacov/tree-search-language/pull/11 we deprated NotLikeOp.
It is still used in: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/sql/walk.go#L145 and: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/semantics/walk.go#L225
And need some care in replacing with notOP( likeOp/IlikeOp )
In https://github.com/yaacov/tree-search-language/pull/11 we deprated NotLikeOp.
It is still used in: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/sql/walk.go#L145 and: https://github.com/yaacov/tree-search-language/blob/master/pkg/walkers/semantics/walk.go#L225
And need some care in replacing with notOP( likeOp/IlikeOp )