specql
specql copied to clipboard
NPE thrown in `fetch` when querying misconfigured JOIN
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