FIX: Copilot's catch
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
c52c05aa8e
commit
7e966baa0d
@@ -274,7 +274,7 @@ impl Model {
|
|||||||
}
|
}
|
||||||
CalcResult::Boolean(b) => {
|
CalcResult::Boolean(b) => {
|
||||||
return if b {
|
return if b {
|
||||||
Ok(1)
|
Ok(db_left.column)
|
||||||
} else {
|
} else {
|
||||||
// Index 0 is out of range
|
// Index 0 is out of range
|
||||||
Err(CalcResult::Error {
|
Err(CalcResult::Error {
|
||||||
|
|||||||
Reference in New Issue
Block a user