Simon Heisterkamp
Simon Heisterkamp
Seems related to issue #217 and #543. Both had issues with lowercase `create table` statements.
+1 I want to open a PR in ADO from a pipline that discovers updated dependencies. It looks like I have to use a PAT for this. Please allow full...
In my project I actively look at comments. This would not work for me. I need to know about statements even if they only contain comments. IMO this is an...
Please describe the problem that this solves. You can open an issue for this. Ideally also add a test that fails without you contribution and passes with your fix.
It seems that POSITION is an actual keyword. See here: https://github.com/andialbrecht/sqlparse/blob/master/sqlparse/keywords.py#L455 with my latest PR #693 you will be able to change the keywords to prevent this in your specific...
Please rebase on master and contribute a test that illustrates what this fixes.
After my PR #693 it should be simple to deploy different syntaxes. What is missing is to expose this on the command line.
well partially. In our pipeline we have replicated something to build our deployment file because we use a lot of jinja2. What you are offering is a step up, but...
Please past your input sql code here as text so that we don't have to type your statement from a screenshot in order to test it. Also, please include details...
I am not a maintainer of this project. I am also looking for an open-source, python, sql parser and have not found anything better. My solution to is that I...