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 53f66ae commit b40db03Copy full SHA for b40db03
enginetest/queries/json_scripts.go
@@ -212,8 +212,8 @@ var JsonScripts = []ScriptTest{
212
{
213
Name: "json_object with escaped k:v pairs from table",
214
SetUpScript: []string{
215
- `CREATE TABLE textt (t text);`,
216
- `INSERT INTO textt VALUES ('first row\n\\'), ('second row"');`,
+ `CREATE TABLE textt_7998 (t text) IF NOT EXISTS;`,
+ `INSERT INTO textt_7998 VALUES ('first row\n\\'), ('second row"');`,
217
},
218
Assertions: []ScriptTestAssertion{
219
0 commit comments