[jOOQ/jOOQ#17971] Fix backport errors
This commit is contained in:
parent
413bee2e98
commit
1fa9f88e3e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user