We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b1f48 commit 5c70af8Copy full SHA for 5c70af8
enginetest/queries/json_scripts.go
@@ -217,7 +217,7 @@ var JsonScripts = []ScriptTest{
217
},
218
Assertions: []ScriptTestAssertion{
219
{
220
- Query: `SELECT JSON_OBJECT(t, t) FROM textt;`,
+ Query: `SELECT JSON_OBJECT(t, t) FROM textt_7998;`,
221
Expected: []sql.Row{
222
{types.MustJSON(`{"first row\n\\": "first row\n\\"}`)},
223
{types.MustJSON(`{"second row\"": "second row\""}`)},
0 commit comments