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 66d3d99 commit 97eac36Copy full SHA for 97eac36
sql/expression/function/regexp_like.go
@@ -78,7 +78,7 @@ func (r *RegexpLike) Description() string {
78
79
// Type implements the sql.Expression interface.
80
func (r *RegexpLike) Type() sql.Type {
81
- return types.Boolean
+ return types.Boolean
82
}
83
84
// CollationCoercibility implements the interface sql.CollationCoercible.
0 commit comments