Closed garyb closed 7 years ago
{ "error": { "status": "Multiple errors", "detail": { "errors": [ { "status": "Unbound variable.", "detail": { "message": "There is no binding for the variable :fosdg", "varName": "fosdg" } }, { "status": "Unbound variable.", "detail": { "message": "There is no binding for the variable :fsddfg", "varName": "fsddfg" } } ] } } }
We can probably add a new MultipleErrors constructor for this one.
MultipleErrors
To reproduce:
SELECT :foo, :bar
We can probably add a new
MultipleErrors
constructor for this one.To reproduce:
SELECT :foo, :bar
where both variables are unbound