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 d45a9a0 commit b643385Copy full SHA for b643385
internal/engine/dolphin/stdlib.go
@@ -1473,9 +1473,16 @@ func defaultSchema(name string) *catalog.Schema {
1473
ReturnType: &ast.TypeName{Name: "any"},
1474
},
1475
{
1476
- Name: "STRCMP",
1477
- Args: []*catalog.Argument{},
1478
- ReturnType: &ast.TypeName{Name: "any"},
+ Name: "STRCMP",
+ Args: []*catalog.Argument{
+ {
1479
+ Type: &ast.TypeName{Name: "text"},
1480
+ },
1481
1482
1483
1484
1485
+ ReturnType: &ast.TypeName{Name: "tinyint"},
1486
1487
1488
Name: "STR_TO_DATE",
0 commit comments