You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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;
_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