Accept SQL ranges within SQL objects and SQL arrays
This commit is contained in:
parent
e1797d6170
commit
8f873cae5c
1 changed files with 1 additions and 0 deletions
|
@ -1332,6 +1332,7 @@ pub fn single(i: &str) -> IResult<&str, Value> {
|
||||||
map(regex, Value::from),
|
map(regex, Value::from),
|
||||||
map(model, Value::from),
|
map(model, Value::from),
|
||||||
map(idiom, Value::from),
|
map(idiom, Value::from),
|
||||||
|
map(range, Value::from),
|
||||||
map(thing, Value::from),
|
map(thing, Value::from),
|
||||||
map(strand, Value::from),
|
map(strand, Value::from),
|
||||||
)),
|
)),
|
||||||
|
|
Loading…
Reference in a new issue