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 dc11454 commit c64a5c3Copy full SHA for c64a5c3
enginetest/queries/script_queries.go
@@ -124,9 +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",
+ Dialect: "mysql",
128
SetUpScript: []string{},
129
- Assertions: []ScriptTestAssertion{
+ Assertions: []ScriptTestAssertion{
130
131
Query: "SELECT UUID_SHORT() > 0",
132
Expected: []sql.Row{
0 commit comments