postgres 'WITH' clause with jooq

蹲街弑〆低调 提交于 2020-07-08 19:50:40

问题


Hell, I can't find a way to use the postgres 'WITH' clause with JOOQ. Could you please let me know if it's supported by JOOQ? Thanks


回答1:


Common table expressions (the "WITH clause") are currently not supported in jOOQ. There is a pending feature request on the jOOQ road map for CTE's: #454. As of jOOQ 3.0, there are currently no plans of actually supporting it, though.

(Your best option to push things a little bit is to discuss this topic on the jOOQ user group)



来源:https://stackoverflow.com/questions/14456985/postgres-with-clause-with-jooq

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!