gert-wijns / TypeSafeQueryBuilder

Compile time assistence while creating queries, making them more type safe and easier to refactor
6 stars 8 forks source link

Improve feedback when wrongly using Collection subselect #58

Closed gert-wijns closed 8 years ago

gert-wijns commented 8 years ago

The subselect will throw a nullpointer/arrayindexoutofbounds when the identifier fields are not actually selected into the results. The error should be more clear.