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
After checking out #36 and #37 it seems to me that if it doesn't cause new issues, removing validation on query would eliminate a common cause of user confusion and issues.
A preliminary look through sqlHandler suggests to me that joi is only called when populating DB schemas. Am I right then to believe that this validation is actually taking place in jsonapi-server? I may be able to prioritize fixing this bug with a little nudging in the right direction.
This product got me going fast -- would love to contribute.
I can't think of a rationale for being unable to retrieve records which do not validate.
When a fetch of, for example, 300 records has one record that cannot validate record, the app making the request will just fail.
Can we skip validation on db reads? Anything that can be inserted should be retrievable.
Possibly related: #36 and #37
The text was updated successfully, but these errors were encountered: