Closed torkelrogstad closed 4 years ago
This PR adds support for 'similar to' keyword. It is included in PSQL as well as DSQL, and shouldn't be too controversial.
Befor e:
After:
The parentheses are redundant, and the \\s should be \\s+ instead.
\\s
\\s+
This PR adds support for 'similar to' keyword. It is included in PSQL as well as DSQL, and shouldn't be too controversial.
Befor e:
After: