Skip to content

Commit c4d6055

Browse files
author
James Cor
committed
adding more tests
1 parent a901e47 commit c4d6055

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10844,6 +10844,7 @@ where
1084410844
},
1084510845
},
1084610846
{
10847+
// https://github.com/dolthub/dolt/issues/9544
1084710848
Name: "datetime with foreign keys",
1084810849
Dialect: "mysql",
1084910850
SetUpScript: []string{
@@ -10953,6 +10954,7 @@ where
1095310954
},
1095410955
},
1095510956
{
10957+
// https://github.com/dolthub/dolt/issues/9544
1095610958
Name: "timestamps with foreign keys",
1095710959
Dialect: "mysql",
1095810960
SetUpScript: []string{
@@ -11062,6 +11064,7 @@ where
1106211064
},
1106311065
},
1106411066
{
11067+
// https://github.com/dolthub/dolt/issues/9544
1106511068
Name: "time with foreign keys",
1106611069
Dialect: "mysql",
1106711070
SetUpScript: []string{

0 commit comments

Comments
 (0)