brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Support for Common Table Expressions #212

Open andreypopp opened 9 years ago

andreypopp commented 9 years ago

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.

zgiles commented 9 years ago

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?

zgiles commented 9 years ago

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

brianc commented 9 years ago

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. :heart:

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 https://github.com/brianc/node-sql/issues/212#issuecomment-97486621.

zgiles commented 9 years ago

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.