mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
chore: remove TODO
This commit is contained in:
parent
f38da70920
commit
f6655b38c4
1 changed files with 0 additions and 1 deletions
|
@ -438,7 +438,6 @@ pub fn json_object(values: &[OwnedValue]) -> crate::Result<OwnedValue> {
|
|||
}
|
||||
_ => crate::bail_constraint_error!("json_object requires an even number of values"),
|
||||
})
|
||||
// TODO: collecting into a IndexMap does not allow for repeated keys
|
||||
.collect::<Result<IndexMap<String, Val>, _>>()?;
|
||||
|
||||
let result = crate::json::to_string(&value_map).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue