hssqlppp
hssqlppp copied to clipboard
Regexp syntax support
Is it possible to add parsing of regexp in SQL-query? For example: ... CASE WHEN layer~E'^-?\\d+$' ...
You just need to add '~' to the operator table in the parser. Do you want to try it yourself?
And what about E prefix before string? Does the parser process it?
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.