balderdashy / waterline-sequel

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

parse the criteria and build dates #79

Closed particlebanana closed 8 years ago

particlebanana commented 8 years ago

Should fix #78 and https://github.com/balderdashy/sails-mysql/issues/283.

Basically turns dates into sql compatible dates in criteria. It shouldn't have any effect on changes to writes.

atezza commented 8 years ago

Thanks! It works for #78

mattbrun commented 8 years ago

+1 for this