Accept SQL ranges within SQL objects and SQL arrays

This commit is contained in:
Tobie Morgan Hitchcock 2022-10-25 06:01:13 -07:00
parent e1797d6170
commit 8f873cae5c

View file

@ -1332,6 +1332,7 @@ pub fn single(i: &str) -> IResult<&str, Value> {
map(regex, Value::from),
map(model, Value::from),
map(idiom, Value::from),
map(range, Value::from),
map(thing, Value::from),
map(strand, Value::from),
)),