Skip to content
Snippets Groups Projects
user avatar
Thomas G. Lockhart authored
  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.
a344a6e7
History
Name Last commit Last update
..