[jOOQ/jOOQ#17971] Fix backport errors

This commit is contained in:
Lukas Eder 2025-09-25 11:05:10 +02:00
parent 413bee2e98
commit 1fa9f88e3e

View File

@ -691,7 +691,7 @@ class DefaultRenderContext extends AbstractContext<RenderContext> implements Ren
sql(start);
if (literal.length() > maxIdentifierLength(ctx))
if (literal.length() > maxIdentifierLength(this))
literal = "alias_" + Internal.hash0(literal);
// [#4922] This micro optimisation does seem to have a significant