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

Regexp syntax support #9

Open
ka3a4ok opened this issue Apr 9, 2015 · 3 comments
Open

Regexp syntax support #9

ka3a4ok opened this issue Apr 9, 2015 · 3 comments

Comments

@ka3a4ok
Copy link

ka3a4ok commented Apr 9, 2015

Is it possible to add parsing of regexp in SQL-query? For example: ... CASE WHEN layer~E'^-?\\d+$' ...

@JakeWheat
Copy link
Owner

You just need to add '~' to the operator table in the parser. Do you want to try it yourself?

@ka3a4ok
Copy link
Author

ka3a4ok commented Apr 9, 2015

And what about E prefix before string? Does the parser process it?

@JakeWheat
Copy link
Owner

Can you try it and see? If it is difficult to do this then I want to try to make it easier, if you can help me.

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

No branches or pull requests

2 participants