Commit 4018703
committed
Add support for SHOW SETTING (singular) query
Add ShowSetting as a separate ShowType from ShowSettings (plural).
When parsing SHOW queries, detect "SETTING" as an IDENT and set the
appropriate type. This fixes 3 statements in 02905_show_setting_query
and 3 statements in 00405_output_format_pretty_color.1 parent 2a3480a commit 4018703
4 files changed
Lines changed: 4 additions & 12 deletions
File tree
- ast
- parser
- testdata
- 00405_output_format_pretty_color
- 02905_show_setting_query
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| 813 | + | |
813 | 814 | | |
814 | 815 | | |
815 | 816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5838 | 5838 | | |
5839 | 5839 | | |
5840 | 5840 | | |
| 5841 | + | |
| 5842 | + | |
5841 | 5843 | | |
5842 | 5844 | | |
5843 | 5845 | | |
| |||
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 2 | | |
0 commit comments