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

Removes '+' from regex when processing #1

Open
SimonBrazell opened this issue Jul 11, 2017 · 1 comment
Open

Removes '+' from regex when processing #1

SimonBrazell opened this issue Jul 11, 2017 · 1 comment

Comments

@SimonBrazell
Copy link

Hello,

I had a play with your SQL tool today to make some of my bigger queries look nicer, really handy.

One thing I noticed though is that it removes the '+' character from regexes, like '\D+', which is just replaced by '\D '. Not a huge problem but just thought I'd let you know.

Cheers!

@cmeeren
Copy link

cmeeren commented Aug 27, 2018

It actually seems to remove + in other places too, e.g.

left join piUF on 'UF'+dtoc.KeyWord = piUF.id

is formatted as

left join
    piUF 
        on 'UF' dtoc.KeyWord = piUF.id

causing a syntax error.

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