| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(fixes #111).
|
|
|
| |
are valid types to group an identifier
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
identifiers.
|
| |
|
|
|
|
| |
concatenated strings (issue53).
|
|
|
|
| |
definitions.
|
| |
|
|
|
|
|
| |
Conflicts:
sqlparse/filters.py
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
statements (for example, triggers)
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
functions are found (fixes issue45).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Removed wildcard imports, mainly to keep pyflakes quiet. But this
change lifted some wrong imports and class usage.
|
|
|
|
|
|
|
|
| |
function/procedure definitions.
The parser didn't recognized DECLARE statements outside
function/procedure definitions correctly and assumed that a
non-separating semicolon follows.
|
|
|
|
| |
reported by estama).
|
| |
|