Commit c7d8c33
Roman Borschel
Fix COLLATE parsing after compound identifiers
Move the COLLATE parsing from the end of `parse_prefix` to
`parse_subexpr` after `parse_compound_expr`, so that `expr COLLATE
collation` is handled correctly when `expr` is a compound identifier
(e.g. `t1.col COLLATE Latin1_General_CI_AS`).1 parent 913cf0e commit c7d8c33
2 files changed
+13
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1394 | 1394 | | |
1395 | 1395 | | |
1396 | 1396 | | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
1397 | 1404 | | |
1398 | 1405 | | |
1399 | 1406 | | |
| |||
1935 | 1942 | | |
1936 | 1943 | | |
1937 | 1944 | | |
1938 | | - | |
1939 | | - | |
1940 | | - | |
1941 | | - | |
1942 | | - | |
1943 | | - | |
1944 | | - | |
1945 | | - | |
| 1945 | + | |
1946 | 1946 | | |
1947 | 1947 | | |
1948 | 1948 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2860 | 2860 | | |
2861 | 2861 | | |
2862 | 2862 | | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
0 commit comments