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

Support globs in FROM #7

Closed
tracker1 opened this issue May 15, 2017 · 1 comment
Closed

Support globs in FROM #7

tracker1 opened this issue May 15, 2017 · 1 comment

Comments

@tracker1
Copy link

I know there's intentionally WHERE name LIKE, but would be nice to have glob support in the FROM clause directly.... FROM ./foo/**/*.js ...

kashav added a commit that referenced this issue Jun 6, 2017
For #7.

Currently only supports `?` and `*`, will need to slightly refactor
tokenizer to add support for `[]` as well.
@kashav
Copy link
Owner

kashav commented Jun 6, 2017

Added in c1f275b, thanks for the suggestion @tracker1!

Note that it only supports usage of * and ? right now (i.e. no [abc] / [a-z]). I'll create another issue to cover that though (it relates to how the tokenizer reads bracketed text).

@kashav kashav closed this as completed Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants