Skip to content

Commit

Permalink
DBZ-2639 Refer to arbitrary table alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane authored and gunnarmorling committed Oct 8, 2020
1 parent c5a595c commit 1b09fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,7 @@ tableName

fullColumnName
: uid (dottedId dottedId? )?
| . dottedId dottedId?
;

indexColumnName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ select t.*, tt.* FROM wptests_terms AS t INNER JOIN wptests_term_taxonomy AS t
SELECT CAST('1' AS INT);
SELECT CAST('1' AS INTEGER);
#end
SELECT trigger.num FROM test `trigger`;

0 comments on commit 1b09fed

Please sign in to comment.