-
|- 0 Newline ' '
|- 1 DML 'INSERT'
|- 2 Whitespace ' '
|- 3 Keyword 'INTO'
|- 4 Whitespace ' '
|- 5 Function 't1 (t0)'
| |- 0 Identifier 't1'
| | `- 0 Name 't1'
| |- 1 Whitespace ' '
| `…
-
I have read check documentation: https://checkstyle.sourceforge.io/checks/misc/indentation.html
I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run
I h…
-
The issue:
>>> q1 = '(select 1 as "a") UNION (select 2 as "a")'
>>> q2 = 'select 1 as "a" UNION select 2 as "a"'
>>> sqlparse.parse(q1)[0].get_type()
'UNKNOWN'
>>> sqlparse.parse(q2)[0].get_typ…
-
## Summary
When an SQL string starts with an open parenthesis, as used when doing UNION with LIMIT or ORDER BY applied to the individual SELECTs, the SQL highlighting doesn't apply.
Ideally the …
-
A common idiom in languages that have nillable objects and '?' and '!' operators (i.e. Swift) is to write an 'if' statement that does a nillability check and assigns a non-nillable version to a variab…
-
Hi,
I'm not sure if this issue belongs here or in another repository, but I'm assuming here!
When using `@ability` in Laravel 5.3 blade template, the following code throws a parse error:
```
@abil…
-
I installed ever2simple using pip, but got this when I tried to run it:
print 'File does not exist: %s' % filepath
^
SyntaxError: Missing parentheses in call to 'print'. Did you mea…
-
Hi,
I am using antlr4.7 to parse some netezza sql code that is used in production.
It is trying to calculate the hash value of a row by concatenating the cell values and applying the hash function…
-
-
_Migrated from Google Code (issue 310)_