mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Merge branch 'main' into json-extract
This commit is contained in:
commit
692301e72c
28 changed files with 702 additions and 187 deletions
|
@ -17,9 +17,9 @@ impl Display for JsonFunc {
|
|||
f,
|
||||
"{}",
|
||||
match self {
|
||||
JsonFunc::Json => "json".to_string(),
|
||||
JsonFunc::JsonArray => "json_array".to_string(),
|
||||
JsonFunc::JsonExtract => "json_extract".to_string(),
|
||||
Self::Json => "json".to_string(),
|
||||
Self::JsonArray => "json_array".to_string(),
|
||||
Self::JsonExtract => "json_extract".to_string(),
|
||||
Self::JsonArrayLength => "json_array_length".to_string(),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue