SkipLabs/skip

Pattern starting with % don't work

Closed this issue · 0 comments

This doesn't work:

echo "select * from (select '' as path) where path like '%foo';" | skdb

But the following does:

echo "select * from (select '' as path) where path like '%foo%';" | skdb