brianc/node-sql

Support for Common Table Expressions

Opened this issue · 4 comments

Are they supported? I can't find anything about them in the docs and tests... If not, I think, it would be great to support it.

Was just going to ask the same thing. I was quite happy with node-sql, but had to throw some manual lines in recently inplace of it because of CTE's.
Any plans for them?

Just curious if there are any plans for CTEs in the near future. Making something new and really want to use node-sql again..

I don't personally have plans to add it but I'm only 1 of like 15
contributors on this project. :) In fact, if you'd like to add it you can
be the next contributor! Happy to point you in the right direction &
discuss implementation & api design with you if you'd like. ❤️

On Wed, Apr 29, 2015 at 12:21 PM, Zach notifications@github.com wrote:

Just curious if there are any plans for CTEs in the near future. Making
something new and really want to use node-sql again..


Reply to this email directly or view it on GitHub
#212 (comment).

ok great. Little too much on my plate at the moment, but would be happy to give it a shot on a dev build on my desktop with your guidances.