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