Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Swapped order of table and column mappings.

Author Dave Jarvis <email>
Date 2015-03-05 20:14:03 GMT-0800
Commit 2d49cd1550bda6076bedfa74fe9dbb3f5aad89af
Parent 1de9942
Delta 1 line added, 1 line removed
source/grammar/Query.g
map : tableMap | columnMap | innerMap | outerMap;
-columnMap: column T_MAP node ;
tableMap : table T_MAP node ;
+columnMap: column T_MAP node ;
innerMap : tableColumn T_INNER tableColumn ;
outerMap : tableColumn T_OUTER tableColumn ;