Hi Lukas Issue is filled: #11055 <https://github.com/jOOQ/jOOQ/issues/11055> including a MCVE
Retrying copy pasting the error pointing to the documentation - I would expect that both values are the same. [image: RenderQuotedNamesDocError.png] Thanks! Johannes On Monday, November 30, 2020 at 9:44:33 AM UTC+1 [email protected] wrote: > Hi Johannes, > > Thanks for your message. Some improvements were implemented in this area. > Can you please report a bug with details on how to reproduce this? > https://github.com/jOOQ/jOOQ/issues/new/choose > > I can't see what doc error you're pointing at, I think your copy pasting > didn't work... > > Thanks, > Lukas > > On Sat, Nov 28, 2020 at 12:59 PM Johannes Bühler <[email protected]> > wrote: > >> After updating from JOOQ 3.13.6 to 3.14.4 the generated SQL for functions >> are now different and wrongly (""" instead of ") quoted for the >> RenderQuotedNames.ALWAYS setting. >> >> *3.13.6* >> Executing query : >> SELECT "insert_build"("incoming_build" := ROW(CAST(? AS timestamp with >> time zone), ?, ?::"build_tool_type", ?, ?, ?)) >> >> *3.14.4* >> Executing query : >> SELECT """insert_build"""("incoming_build" := ROW(CAST(? AS timestamp >> with time zone), ?, ?::"build_tool_type", ?, ?, ?)) >> >> Changing the setting to RenderQuotedNames.EXPLICIT_DEFAULT_QUOTED solves >> the problem for us. >> Has the semantic of RenderQuotedNames.ALWAYS changed since 3.14.x and is >> it safe to use RenderQuotedNames.EXPLICIT_DEFAULT_QUOTED instead - we >> use some explicit unquotedName() in our codebase. >> >> Thanks >> Johannes >> >> BTW >> I think the doc is wrong for the // Defaults to >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jOOQ User Group" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jooq-user/73f6b491-4123-422d-8758-640cafcb5fdan%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jooq-user/73f6b491-4123-422d-8758-640cafcb5fdan%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/e0cf8e7f-663f-43d7-a48d-6f8efe1699bcn%40googlegroups.com.
