Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/9 sql like #15

Merged
merged 2 commits into from
Apr 22, 2021
Merged

Feature/9 sql like #15

merged 2 commits into from
Apr 22, 2021

Conversation

FSou1
Copy link
Owner

@FSou1 FSou1 commented Apr 22, 2021

Implement like statement:

  • select * from root where name like '%.txt'
  • select * from root where name like '%_folder_%'
  • select * from root where name like 'root.%'

@FSou1 FSou1 merged commit 245a154 into main Apr 22, 2021
@FSou1 FSou1 deleted the feature/9-sql-like branch April 22, 2021 03:36
@FSou1 FSou1 restored the feature/9-sql-like branch April 22, 2021 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant