balderdashy / waterline-sequel

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

[Patch] Fixes issue with undefined schema values #84

Closed particlebanana closed 8 years ago

particlebanana commented 8 years ago

When populating the model side of a one-to-many association the fk is empty and will error when building out the select statement. This ignores undefined values in the schema.

Fixes #83