简体   繁体   English

带有jooq的postgres'WITH'子句

[英]postgres 'WITH' clause with jooq

Hell, I can't find a way to use the postgres 'WITH' clause with JOOQ. 地狱,我找不到在JOOQ中使用postgres'WITH'子句的方法。 Could you please let me know if it's supported by JOOQ? 您能否让我知道JOOQ是否支持它? Thanks 谢谢

Common table expressions (the " WITH clause") are currently not supported in jOOQ. jOOQ当前不支持公用表表达式(“ WITH子句”)。 There is a pending feature request on the jOOQ road map for CTE's: #454 . jOOQ路线图上有CTE的待定功能请求: #454 As of jOOQ 3.0, there are currently no plans of actually supporting it, though. 从jOOQ 3.0开始,目前尚无任何实际支持它的计划。

(Your best option to push things a little bit is to discuss this topic on the jOOQ user group ) (最好的选择是在jOOQ用户组上讨论此主题)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM