forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2337780
committed
Change display of FieldSelect nodes from arg.field to field(arg),
per bug report from Stefan Hadjistoytchev. There are some caseswhere the dot notation works, but there are more where it doesn't.Eventually ought to consider fixing the parser to allow cases likefunc().field, but for now this is the simplest patch.1 parent2631b79 commit2337780
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1866 | 1866 |
| |
1867 | 1867 |
| |
1868 | 1868 |
| |
| 1869 | + | |
1869 | 1870 |
| |
1870 | 1871 |
| |
1871 | 1872 |
| |
1872 | 1873 |
| |
1873 | 1874 |
| |
1874 |
| - | |
1875 |
| - | |
| 1875 | + | |
1876 | 1876 |
| |
1877 |
| - | |
| 1877 | + | |
1878 | 1878 |
| |
1879 | 1879 |
| |
1880 | 1880 |
| |
1881 |
| - | |
| 1881 | + | |
1882 | 1882 |
| |
1883 | 1883 |
| |
1884 | 1884 |
| |
1885 | 1885 |
| |
1886 |
| - | |
| 1886 | + | |
| 1887 | + | |
1887 | 1888 |
| |
1888 | 1889 |
| |
1889 |
| - | |
1890 |
| - | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
1891 | 1899 |
| |
1892 | 1900 |
| |
1893 | 1901 |
| |
|
0 commit comments
Comments
(0)