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 3124490 commit 2b09092Copy full SHA for 2b09092
enginetest/queries/script_queries.go
@@ -124,7 +124,8 @@ type ScriptTestAssertion struct {
124
var ScriptTests = []ScriptTest{
125
{
126
// https://github.com/dolthub/go-mysql-server/issues/3259
127
- Name: "Missing column with same name as system variable",
+ Dialect: "mysql",
128
+ Name: "Missing column with same name as system variable",
129
SetUpScript: []string{
130
"CREATE DATABASE IF NOT EXISTS test_db",
131
"USE test_db",
0 commit comments