specql icon indicating copy to clipboard operation
specql copied to clipboard

NPE thrown in `fetch` when querying misconfigured JOIN

Open tatut opened this issue 7 years ago • 0 comments

A misconfigured rel (has-one or has-many) can cause an NPE in fetch.

  • Better validation of relations in define-tables phase
  • Better error message about trying to query a missing JOIN table

tatut avatar Feb 05 '18 06:02 tatut