Skip to content

Commit b0fe7a6

Browse files
committed
Ref #444 - Update test data for 5.8
1 parent d47024b commit b0fe7a6

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

tests/data/parser/parseSetGlobalVariable.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@
121121
"3": "GLOBAL"
122122
}
123123
},
124-
"endOptions": null,
124+
"end_options": null,
125125
"set": [
126-
{
127-
"@type": "PhpMyAdmin\\SqlParser\\Components\\SetOperation",
128-
"column": "max_connections",
129-
"value": "1"
130-
}
131-
],
126+
{
127+
"@type": "PhpMyAdmin\\SqlParser\\Components\\SetOperation",
128+
"column": "max_connections",
129+
"value": "1"
130+
}
131+
],
132132
"first": 0,
133133
"last": 8
134134
}

tests/data/parser/parseSetVariable.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
"@type": "PhpMyAdmin\\SqlParser\\Components\\OptionsArray",
102102
"options": []
103103
},
104-
"endOptions": null,
104+
"end_options": null,
105105
"set": [
106-
{
107-
"@type": "PhpMyAdmin\\SqlParser\\Components\\SetOperation",
108-
"column": "@foo",
109-
"value": "1"
110-
}
111-
],
106+
{
107+
"@type": "PhpMyAdmin\\SqlParser\\Components\\SetOperation",
108+
"column": "@foo",
109+
"value": "1"
110+
}
111+
],
112112
"first": 0,
113113
"last": 6
114114
}

0 commit comments

Comments
 (0)