Skip to content

Commit

Permalink
Merge branch 'master' into PCTest#0
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 authored Oct 28, 2021
2 parents 7892c91 + 65904d8 commit b6e50e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion expression/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,8 @@ func scalarExprSupportedByFlash(function *ScalarFunction) bool {
ast.Radians, ast.Degrees, ast.Conv, ast.CRC32,
ast.JSONLength,
ast.InetNtoa, ast.InetAton, ast.Inet6Ntoa, ast.Inet6Aton,
ast.Coalesce, ast.ASCII, ast.Length, ast.Trim, ast.Position, ast.Format:
ast.Coalesce, ast.ASCII, ast.Length, ast.Trim, ast.Position, ast.Format,
ast.LTrim, ast.RTrim:
return true
case ast.Substr, ast.Substring, ast.Left, ast.Right, ast.CharLength, ast.SubstringIndex:
switch function.Function.PbCode() {
Expand Down

0 comments on commit b6e50e5

Please sign in to comment.