Commit fdd7a07
authored
[chore] Respect alias explicit settings in PassThoroughQuery (#44)
We added `PassThroughQuery` for SQL element references. The Alias
definition didn't use to have any notion of having explicit `AS` or not.
So we were always adding `AS`. But now that it have `explicit` field, we
can skip doing that and let the alias render with its own setting.2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1945 | 1945 | | |
1946 | 1946 | | |
1947 | 1947 | | |
1948 | | - | |
| 1948 | + | |
1949 | 1949 | | |
1950 | 1950 | | |
1951 | 1951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15219 | 15219 | | |
15220 | 15220 | | |
15221 | 15221 | | |
| 15222 | + | |
| 15223 | + | |
| 15224 | + | |
| 15225 | + | |
| 15226 | + | |
| 15227 | + | |
| 15228 | + | |
| 15229 | + | |
| 15230 | + | |
| 15231 | + | |
| 15232 | + | |
| 15233 | + | |
| 15234 | + | |
| 15235 | + | |
| 15236 | + | |
| 15237 | + | |
| 15238 | + | |
| 15239 | + | |
| 15240 | + | |
| 15241 | + | |
| 15242 | + | |
| 15243 | + | |
| 15244 | + | |
| 15245 | + | |
15222 | 15246 | | |
15223 | 15247 | | |
15224 | 15248 | | |
| |||
0 commit comments