Skip to content

Commit b15b8a0

Browse files
committed
add mysql dialect
1 parent 589aa8e commit b15b8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ var ScriptTests = []ScriptTest{
125125
// https://github.com/dolthub/dolt/issues/9872
126126
Name: "TEXT(m) syntax support",
127127
SetUpScript: []string{},
128+
Dialect: "mysql",
128129
Assertions: []ScriptTestAssertion{
129130
{
130131
Query: "CREATE TABLE task_instance_note (ti_id VARCHAR(36) NOT NULL, user_id VARCHAR(128), content TEXT(1000), created_at TIMESTAMP(6) NOT NULL, updated_at TIMESTAMP(6) NOT NULL, CONSTRAINT task_instance_note_pkey PRIMARY KEY (ti_id))",

0 commit comments

Comments
 (0)