mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
fix: return null when parameter is unbound
This commit is contained in:
parent
df11562f69
commit
5c0b112125
3 changed files with 3 additions and 12 deletions
|
@ -1,5 +1,3 @@
|
|||
use std::num::NonZero;
|
||||
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Error, miette::Diagnostic)]
|
||||
|
@ -49,8 +47,6 @@ pub enum LimboError {
|
|||
Constraint(String),
|
||||
#[error("Extension error: {0}")]
|
||||
ExtensionError(String),
|
||||
#[error("Unbound parameter at index {0}")]
|
||||
Unbound(NonZero<usize>),
|
||||
#[error("Runtime error: integer overflow")]
|
||||
IntegerOverflow,
|
||||
#[error("Schema is locked for write")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue