Literals are not added to identifier lists · Issue #2 · andialbrecht/sqlparse · GitHub
Skip to content

Literals are not added to identifier lists #2

Description

@andialbrecht

_This is a _shadow issue* for Issue 2 on Google Code (from which this project was moved).
Added 2009-03-27T04:57:17.000Z by albrecht.andi. Closed (Fixed).
Labels: Type-Defect, Priority-Medium, Component-Parser.
Please make updates to the bug there.*

Original description

Example statement:

select null, foo, bar from mytable;

"null" should be added to identifier list, so that e.g. formatting with
reindent returns

select null,
       foo,
       bar
from mytable;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions