mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
fix warnings and some refactoring
This commit is contained in:
parent
1881cd04b5
commit
b88cb99ff0
5 changed files with 12 additions and 23 deletions
|
@ -612,7 +612,7 @@ impl Func {
|
|||
#[cfg(feature = "json")]
|
||||
Self::Json(json_func) => json_func.is_deterministic(),
|
||||
Self::External(external_func) => external_func.is_deterministic(),
|
||||
Self::AlterTable(alter_func) => true,
|
||||
Self::AlterTable(_) => true,
|
||||
}
|
||||
}
|
||||
pub fn resolve_function(name: &str, arg_count: usize) -> Result<Self, LimboError> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue