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 5405c1b commit dc11454Copy full SHA for dc11454
enginetest/queries/script_queries.go
@@ -124,8 +124,9 @@ var ScriptTests = []ScriptTest{
124
{
125
// https://github.com/dolthub/dolt/issues/9857
126
Name: "UUID_SHORT() function returns 64-bit unsigned integers with proper construction",
127
+ Dialect: "mysql",
128
SetUpScript: []string{},
- Assertions: []ScriptTestAssertion{
129
+ Assertions: []ScriptTestAssertion{
130
131
Query: "SELECT UUID_SHORT() > 0",
132
Expected: []sql.Row{
0 commit comments