Skip to content

Commit d77b59a

Browse files
author
James Cor
committed
fix
1 parent d364eef commit d77b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/procedures/interpreter_logic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ func execOp(ctx *sql.Context, runner sql.StatementRunner, stack *InterpreterStac
731731
}
732732

733733
// go to the appropriate block
734-
cond, _, err := types.Boolean.Convert(row[0])
734+
cond, _, err := types.Boolean.Convert(ctx, row[0])
735735
if err != nil {
736736
return 0, nil, nil, nil, err
737737
}

0 commit comments

Comments
 (0)