zendframework / zend-db

Db component from Zend Framework
BSD 3-Clause "New" or "Revised" License
101 stars 122 forks source link

Support for Common table expressions #248

Open belgattitude opened 7 years ago

belgattitude commented 7 years ago

Any thoughts about supporting CTE (common table expressions) ?

In mariadb 10.2: https://mariadb.com/kb/en/mariadb/non-recursive-common-table-expressions-overview/

Or postgresql: https://www.postgresql.org/docs/9.1/static/queries-with.html

Would be a nice addition and I might work on this if a bit guided.

Thanks

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/71.