You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an undefined or incorrectly spelled identifier is provided as an argument to 'variables=', the API silently drops that requested column from the selection results (unhelpful).
Instead, the API should return an error message that indicates which variable is undefined.
The text was updated successfully, but these errors were encountered:
initial attempt at fixing #30
Issue with fix, error is coming out as an unhandled HTTP 500 because
response.stream throws variables exception after Falcon's passed the
generator off to mod_wsgi/apache
When an undefined or incorrectly spelled identifier is provided as an argument to 'variables=', the API silently drops that requested column from the selection results (unhelpful).
Instead, the API should return an error message that indicates which variable is undefined.
The text was updated successfully, but these errors were encountered: