balderdashy / waterline-sequel

A SQL generator for use in Waterline Adapters
MIT License
16 stars 61 forks source link

Filter projections in complex queries #85

Closed particlebanana closed 8 years ago

particlebanana commented 8 years ago

This is the second part of the fix for the issue described in #83.

In #84 I got the single level queries but forgot about the generated complex queries. This should patch that up and work on the test repo provided by @Bazze.