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 f06bd7e commit 269719fCopy full SHA for 269719f
enginetest/queries/json_scripts.go
@@ -24,6 +24,7 @@ import (
24
25
var JsonScripts = []ScriptTest{
26
{
27
+ // https://github.com/dolthub/dolt/issues/10050
28
Name: "TextStorage converts to JSON when using dolt wrapper",
29
SetUpScript: []string{
30
"CREATE TABLE pages (id INT PRIMARY KEY, text_col TEXT, text_json JSON)",
0 commit comments