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 2df2be6 commit 60be26cCopy full SHA for 60be26c
1 file changed
testing/go/enginetest/doltgres_engine_test.go
@@ -612,6 +612,7 @@ func TestScripts(t *testing.T) {
612
"select * from vt where v < cast('def' as char(6));", // incorrect result
613
"select * from vt where v >= cast('def' as char(6));", // incorrect result
614
"histogram bucket merging error for implementor buckets", // unsupported "with recursive" syntax
615
+ "varchar primary key", // literal values longer than the key length returns incorrect results for some queries
616
})
617
defer h.Close()
618
enginetest.TestScripts(t, h)
0 commit comments