Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .out files
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 26, 2023
1 parent 916e5df commit 573f794
Show file tree
Hide file tree
Showing 337 changed files with 3,327 additions and 58 deletions.
9 changes: 9 additions & 0 deletions tests/data/bugs/gh14.out
Expand Up @@ -359,6 +359,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -1072,6 +1076,10 @@
"ONLINE": 1,
"OFFLINE": 1,
"IGNORE": 2,
"DEFINER": [
2,
"expr="
],
"DATABASE": 3,
"EVENT": 3,
"FUNCTION": 3,
Expand All @@ -1083,6 +1091,7 @@
"VIEW": 3
},
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
5 changes: 5 additions & 0 deletions tests/data/bugs/gh16.out
Expand Up @@ -1304,6 +1304,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -2942,6 +2946,7 @@
"parameters": null,
"body": [],
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
9 changes: 9 additions & 0 deletions tests/data/bugs/gh317.out
Expand Up @@ -251,6 +251,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -754,6 +758,10 @@
"ONLINE": 1,
"OFFLINE": 1,
"IGNORE": 2,
"DEFINER": [
2,
"expr="
],
"DATABASE": 3,
"EVENT": 3,
"FUNCTION": 3,
Expand All @@ -765,6 +773,7 @@
"VIEW": 3
},
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
23 changes: 23 additions & 0 deletions tests/data/bugs/gh9.out
Expand Up @@ -773,6 +773,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -1036,6 +1040,9 @@
"SQL_NO_CACHE": 8,
"SQL_CALC_FOUND_ROWS": 9
},
"GROUP_OPTIONS": {
"WITH ROLLUP": 1
},
"END_OPTIONS": {
"FOR UPDATE": 1,
"LOCK IN SHARE MODE": 1
Expand Down Expand Up @@ -1133,6 +1140,10 @@
"GROUP BY",
3
],
"_GROUP_OPTIONS": [
"_GROUP_OPTIONS",
1
],
"HAVING": [
"HAVING",
3
Expand Down Expand Up @@ -1230,6 +1241,7 @@
"partition": null,
"where": [],
"group": null,
"group_options": null,
"having": null,
"order": null,
"limit": null,
Expand Down Expand Up @@ -1264,6 +1276,9 @@
"SQL_NO_CACHE": 8,
"SQL_CALC_FOUND_ROWS": 9
},
"GROUP_OPTIONS": {
"WITH ROLLUP": 1
},
"END_OPTIONS": {
"FOR UPDATE": 1,
"LOCK IN SHARE MODE": 1
Expand Down Expand Up @@ -1361,6 +1376,10 @@
"GROUP BY",
3
],
"_GROUP_OPTIONS": [
"_GROUP_OPTIONS",
1
],
"HAVING": [
"HAVING",
3
Expand Down Expand Up @@ -1458,6 +1477,7 @@
"partition": null,
"where": [],
"group": null,
"group_options": null,
"having": null,
"order": null,
"limit": null,
Expand Down Expand Up @@ -1833,6 +1853,7 @@
"parameters": null,
"body": [],
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down Expand Up @@ -1862,6 +1883,7 @@
"NO RELEASE": 4
},
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand All @@ -1885,6 +1907,7 @@
"NO RELEASE": 4
},
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
12 changes: 12 additions & 0 deletions tests/data/bugs/pma11800.out
Expand Up @@ -179,6 +179,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -442,6 +446,9 @@
"SQL_NO_CACHE": 8,
"SQL_CALC_FOUND_ROWS": 9
},
"GROUP_OPTIONS": {
"WITH ROLLUP": 1
},
"END_OPTIONS": {
"FOR UPDATE": 1,
"LOCK IN SHARE MODE": 1
Expand Down Expand Up @@ -539,6 +546,10 @@
"GROUP BY",
3
],
"_GROUP_OPTIONS": [
"_GROUP_OPTIONS",
1
],
"HAVING": [
"HAVING",
3
Expand Down Expand Up @@ -607,6 +618,7 @@
"partition": null,
"where": null,
"group": null,
"group_options": null,
"having": null,
"order": null,
"limit": null,
Expand Down
12 changes: 12 additions & 0 deletions tests/data/bugs/pma11836.out
Expand Up @@ -503,6 +503,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -766,6 +770,9 @@
"SQL_NO_CACHE": 8,
"SQL_CALC_FOUND_ROWS": 9
},
"GROUP_OPTIONS": {
"WITH ROLLUP": 1
},
"END_OPTIONS": {
"FOR UPDATE": 1,
"LOCK IN SHARE MODE": 1
Expand Down Expand Up @@ -863,6 +870,10 @@
"GROUP BY",
3
],
"_GROUP_OPTIONS": [
"_GROUP_OPTIONS",
1
],
"HAVING": [
"HAVING",
3
Expand Down Expand Up @@ -1069,6 +1080,7 @@
}
],
"group": null,
"group_options": null,
"having": null,
"order": null,
"limit": null,
Expand Down
5 changes: 5 additions & 0 deletions tests/data/bugs/pma11843.out
Expand Up @@ -404,6 +404,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -1137,6 +1141,7 @@
"parameters": null,
"body": [],
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
5 changes: 5 additions & 0 deletions tests/data/bugs/pma11879.out
Expand Up @@ -584,6 +584,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -934,6 +938,7 @@
"with": null,
"onDuplicateSet": null,
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
5 changes: 5 additions & 0 deletions tests/data/misc/parseParameter.out
Expand Up @@ -359,6 +359,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -697,6 +701,7 @@
"with": null,
"onDuplicateSet": null,
"CLAUSES": [],
"GROUP_OPTIONS": [],
"END_OPTIONS": [],
"options": {
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
Expand Down
12 changes: 12 additions & 0 deletions tests/data/parser/parse.out
Expand Up @@ -143,6 +143,10 @@
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "end_options"
},
"_GROUP_OPTIONS": {
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
"field": "group_options"
},
"INTERSECT": {
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
"field": "union"
Expand Down Expand Up @@ -406,6 +410,9 @@
"SQL_NO_CACHE": 8,
"SQL_CALC_FOUND_ROWS": 9
},
"GROUP_OPTIONS": {
"WITH ROLLUP": 1
},
"END_OPTIONS": {
"FOR UPDATE": 1,
"LOCK IN SHARE MODE": 1
Expand Down Expand Up @@ -503,6 +510,10 @@
"GROUP BY",
3
],
"_GROUP_OPTIONS": [
"_GROUP_OPTIONS",
1
],
"HAVING": [
"HAVING",
3
Expand Down Expand Up @@ -571,6 +582,7 @@
"partition": null,
"where": null,
"group": null,
"group_options": null,
"having": null,
"order": null,
"limit": null,
Expand Down

0 comments on commit 573f794

Please sign in to comment.