balderdashy / waterline-sequel

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

support projections in populates #80

Closed particlebanana closed 8 years ago

particlebanana commented 8 years ago

This brings support for generating projections in the queries that are built for joins. It requires the corresponding PR in Waterline for it to be used.

Thanks to @shamasis for doing the research on this.

The columnName normalization will take place in Waterline so it's not needed in here.