balderdashy / waterline-sequel

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

passing a Buffer to waterline-sequel generates an incorrect query #64

Open kevinburkeshyp opened 9 years ago

kevinburkeshyp commented 9 years ago

Same issue text as #61, which was closed. Steps to reproduce:

Sorry I don't have time to find out exactly what's breaking - decided to bail on this and just use base64 and text instead.

sailsbot commented 9 years ago

Thanks for posting, @kevinburkeshyp. I'm a repo bot-- nice to meet you!

It has been 30 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:

Thanks so much for your help!

devinivy commented 9 years ago

Active bug.

tjwebb commented 9 years ago

@kevinburkeshyp related to https://github.com/balderdashy/sails-postgresql/issues/194? a dupe?

kevinburkeshyp commented 9 years ago

Hey I haven't done a full investigation but I believe the issue is more likely to be here than there. Although any place that calls cloneDeep on input will be vulnerable so it might be this repo and that one.

-kevin

On Oct 24, 2015, at 19:55, Travis Webb notifications@github.com wrote:

@kevinburkeshyp related to balderdashy/sails-postgresql#194? a dupe?

— Reply to this email directly or view it on GitHub.

tjwebb commented 9 years ago

Any help in eradicating cloneDeep is appreciated. It'll be a couple weeks before I'll be able to dig into this.