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/CAB4ELO7m4h%3DKmUHrcM%3DiFrmbgE7LezbBFbRBSWUf05%3DN1PFa%2BQ%40mail.gmail.com.

Reply via email to