Skip to content

Commit 573f794

Browse files
committed
Update .out files
Signed-off-by: William Desportes <[email protected]>
1 parent 916e5df commit 573f794

File tree

337 files changed

+3327
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+3327
-58
lines changed

tests/data/bugs/gh14.out

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@
359359
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
360360
"field": "end_options"
361361
},
362+
"_GROUP_OPTIONS": {
363+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
364+
"field": "group_options"
365+
},
362366
"INTERSECT": {
363367
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
364368
"field": "union"
@@ -1072,6 +1076,10 @@
10721076
"ONLINE": 1,
10731077
"OFFLINE": 1,
10741078
"IGNORE": 2,
1079+
"DEFINER": [
1080+
2,
1081+
"expr="
1082+
],
10751083
"DATABASE": 3,
10761084
"EVENT": 3,
10771085
"FUNCTION": 3,
@@ -1083,6 +1091,7 @@
10831091
"VIEW": 3
10841092
},
10851093
"CLAUSES": [],
1094+
"GROUP_OPTIONS": [],
10861095
"END_OPTIONS": [],
10871096
"options": {
10881097
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/bugs/gh16.out

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,10 @@
13041304
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
13051305
"field": "end_options"
13061306
},
1307+
"_GROUP_OPTIONS": {
1308+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
1309+
"field": "group_options"
1310+
},
13071311
"INTERSECT": {
13081312
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
13091313
"field": "union"
@@ -2942,6 +2946,7 @@
29422946
"parameters": null,
29432947
"body": [],
29442948
"CLAUSES": [],
2949+
"GROUP_OPTIONS": [],
29452950
"END_OPTIONS": [],
29462951
"options": {
29472952
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/bugs/gh317.out

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@
251251
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
252252
"field": "end_options"
253253
},
254+
"_GROUP_OPTIONS": {
255+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
256+
"field": "group_options"
257+
},
254258
"INTERSECT": {
255259
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
256260
"field": "union"
@@ -754,6 +758,10 @@
754758
"ONLINE": 1,
755759
"OFFLINE": 1,
756760
"IGNORE": 2,
761+
"DEFINER": [
762+
2,
763+
"expr="
764+
],
757765
"DATABASE": 3,
758766
"EVENT": 3,
759767
"FUNCTION": 3,
@@ -765,6 +773,7 @@
765773
"VIEW": 3
766774
},
767775
"CLAUSES": [],
776+
"GROUP_OPTIONS": [],
768777
"END_OPTIONS": [],
769778
"options": {
770779
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/bugs/gh9.out

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,10 @@
773773
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
774774
"field": "end_options"
775775
},
776+
"_GROUP_OPTIONS": {
777+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
778+
"field": "group_options"
779+
},
776780
"INTERSECT": {
777781
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
778782
"field": "union"
@@ -1036,6 +1040,9 @@
10361040
"SQL_NO_CACHE": 8,
10371041
"SQL_CALC_FOUND_ROWS": 9
10381042
},
1043+
"GROUP_OPTIONS": {
1044+
"WITH ROLLUP": 1
1045+
},
10391046
"END_OPTIONS": {
10401047
"FOR UPDATE": 1,
10411048
"LOCK IN SHARE MODE": 1
@@ -1133,6 +1140,10 @@
11331140
"GROUP BY",
11341141
3
11351142
],
1143+
"_GROUP_OPTIONS": [
1144+
"_GROUP_OPTIONS",
1145+
1
1146+
],
11361147
"HAVING": [
11371148
"HAVING",
11381149
3
@@ -1230,6 +1241,7 @@
12301241
"partition": null,
12311242
"where": [],
12321243
"group": null,
1244+
"group_options": null,
12331245
"having": null,
12341246
"order": null,
12351247
"limit": null,
@@ -1264,6 +1276,9 @@
12641276
"SQL_NO_CACHE": 8,
12651277
"SQL_CALC_FOUND_ROWS": 9
12661278
},
1279+
"GROUP_OPTIONS": {
1280+
"WITH ROLLUP": 1
1281+
},
12671282
"END_OPTIONS": {
12681283
"FOR UPDATE": 1,
12691284
"LOCK IN SHARE MODE": 1
@@ -1361,6 +1376,10 @@
13611376
"GROUP BY",
13621377
3
13631378
],
1379+
"_GROUP_OPTIONS": [
1380+
"_GROUP_OPTIONS",
1381+
1
1382+
],
13641383
"HAVING": [
13651384
"HAVING",
13661385
3
@@ -1458,6 +1477,7 @@
14581477
"partition": null,
14591478
"where": [],
14601479
"group": null,
1480+
"group_options": null,
14611481
"having": null,
14621482
"order": null,
14631483
"limit": null,
@@ -1833,6 +1853,7 @@
18331853
"parameters": null,
18341854
"body": [],
18351855
"CLAUSES": [],
1856+
"GROUP_OPTIONS": [],
18361857
"END_OPTIONS": [],
18371858
"options": {
18381859
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
@@ -1862,6 +1883,7 @@
18621883
"NO RELEASE": 4
18631884
},
18641885
"CLAUSES": [],
1886+
"GROUP_OPTIONS": [],
18651887
"END_OPTIONS": [],
18661888
"options": {
18671889
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
@@ -1885,6 +1907,7 @@
18851907
"NO RELEASE": 4
18861908
},
18871909
"CLAUSES": [],
1910+
"GROUP_OPTIONS": [],
18881911
"END_OPTIONS": [],
18891912
"options": {
18901913
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/bugs/pma11800.out

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
180180
"field": "end_options"
181181
},
182+
"_GROUP_OPTIONS": {
183+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
184+
"field": "group_options"
185+
},
182186
"INTERSECT": {
183187
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
184188
"field": "union"
@@ -442,6 +446,9 @@
442446
"SQL_NO_CACHE": 8,
443447
"SQL_CALC_FOUND_ROWS": 9
444448
},
449+
"GROUP_OPTIONS": {
450+
"WITH ROLLUP": 1
451+
},
445452
"END_OPTIONS": {
446453
"FOR UPDATE": 1,
447454
"LOCK IN SHARE MODE": 1
@@ -539,6 +546,10 @@
539546
"GROUP BY",
540547
3
541548
],
549+
"_GROUP_OPTIONS": [
550+
"_GROUP_OPTIONS",
551+
1
552+
],
542553
"HAVING": [
543554
"HAVING",
544555
3
@@ -607,6 +618,7 @@
607618
"partition": null,
608619
"where": null,
609620
"group": null,
621+
"group_options": null,
610622
"having": null,
611623
"order": null,
612624
"limit": null,

tests/data/bugs/pma11836.out

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@
503503
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
504504
"field": "end_options"
505505
},
506+
"_GROUP_OPTIONS": {
507+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
508+
"field": "group_options"
509+
},
506510
"INTERSECT": {
507511
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
508512
"field": "union"
@@ -766,6 +770,9 @@
766770
"SQL_NO_CACHE": 8,
767771
"SQL_CALC_FOUND_ROWS": 9
768772
},
773+
"GROUP_OPTIONS": {
774+
"WITH ROLLUP": 1
775+
},
769776
"END_OPTIONS": {
770777
"FOR UPDATE": 1,
771778
"LOCK IN SHARE MODE": 1
@@ -863,6 +870,10 @@
863870
"GROUP BY",
864871
3
865872
],
873+
"_GROUP_OPTIONS": [
874+
"_GROUP_OPTIONS",
875+
1
876+
],
866877
"HAVING": [
867878
"HAVING",
868879
3
@@ -1069,6 +1080,7 @@
10691080
}
10701081
],
10711082
"group": null,
1083+
"group_options": null,
10721084
"having": null,
10731085
"order": null,
10741086
"limit": null,

tests/data/bugs/pma11843.out

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,10 @@
404404
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
405405
"field": "end_options"
406406
},
407+
"_GROUP_OPTIONS": {
408+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
409+
"field": "group_options"
410+
},
407411
"INTERSECT": {
408412
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
409413
"field": "union"
@@ -1137,6 +1141,7 @@
11371141
"parameters": null,
11381142
"body": [],
11391143
"CLAUSES": [],
1144+
"GROUP_OPTIONS": [],
11401145
"END_OPTIONS": [],
11411146
"options": {
11421147
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/bugs/pma11879.out

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,10 @@
584584
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
585585
"field": "end_options"
586586
},
587+
"_GROUP_OPTIONS": {
588+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
589+
"field": "group_options"
590+
},
587591
"INTERSECT": {
588592
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
589593
"field": "union"
@@ -934,6 +938,7 @@
934938
"with": null,
935939
"onDuplicateSet": null,
936940
"CLAUSES": [],
941+
"GROUP_OPTIONS": [],
937942
"END_OPTIONS": [],
938943
"options": {
939944
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/misc/parseParameter.out

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@
359359
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
360360
"field": "end_options"
361361
},
362+
"_GROUP_OPTIONS": {
363+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
364+
"field": "group_options"
365+
},
362366
"INTERSECT": {
363367
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
364368
"field": "union"
@@ -697,6 +701,7 @@
697701
"with": null,
698702
"onDuplicateSet": null,
699703
"CLAUSES": [],
704+
"GROUP_OPTIONS": [],
700705
"END_OPTIONS": [],
701706
"options": {
702707
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",

tests/data/parser/parse.out

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@
143143
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
144144
"field": "end_options"
145145
},
146+
"_GROUP_OPTIONS": {
147+
"class": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
148+
"field": "group_options"
149+
},
146150
"INTERSECT": {
147151
"class": "PhpMyAdmin\\SqlParser\\Components\\UnionKeyword",
148152
"field": "union"
@@ -406,6 +410,9 @@
406410
"SQL_NO_CACHE": 8,
407411
"SQL_CALC_FOUND_ROWS": 9
408412
},
413+
"GROUP_OPTIONS": {
414+
"WITH ROLLUP": 1
415+
},
409416
"END_OPTIONS": {
410417
"FOR UPDATE": 1,
411418
"LOCK IN SHARE MODE": 1
@@ -503,6 +510,10 @@
503510
"GROUP BY",
504511
3
505512
],
513+
"_GROUP_OPTIONS": [
514+
"_GROUP_OPTIONS",
515+
1
516+
],
506517
"HAVING": [
507518
"HAVING",
508519
3
@@ -571,6 +582,7 @@
571582
"partition": null,
572583
"where": null,
573584
"group": null,
585+
"group_options": null,
574586
"having": null,
575587
"order": null,
576588
"limit": null,

0 commit comments

Comments
 (0)