Skip to content
Snippets Groups Projects
Commit a344a6e7 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Carry column aliases from the parser frontend. Enables queries like

  SELECT a FROM t1 tx (a);
Allow join syntax, including queries like
  SELECT * FROM t1 NATURAL JOIN t2;
Update RTE structure to hold column aliases in an Attr structure.
parent 92c8437d
No related branches found
No related tags found
No related merge requests found
Showing
with 1034 additions and 282 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment