Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this where everything gets simpler? #99

Open
christopheleroy opened this issue Nov 2, 2018 · 0 comments
Open

is this where everything gets simpler? #99

christopheleroy opened this issue Nov 2, 2018 · 0 comments
Assignees

Comments

@christopheleroy
Copy link

I think line 1012 in this file is where a column name that is missing will be counted as "Null", bringing a cryptic "NullPointerException" and a 500 to the Yada Web developer that forgot to add a column/field in their payload.

Line 1014 will throw the Exception when the null is consumed by the for statement.

It would be awesome if the developer got YadaException like "column (column name) was not found in the payload for (query name)" instead of the enraging NullPointerException

Pretty please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants