[jOOQ/jOOQ#18728] Settings.renderQuotedNames shouldn't affect xsi:nil attribute rending in MULTISET XML emulation
This commit is contained in:
parent
f2ea77af9c
commit
d09bf49206
@ -495,8 +495,10 @@ final class Multiset<R extends Record> extends AbstractField<Result<R>> implemen
|
||||
|
||||
|
||||
|
||||
|
||||
// [#18728] Always quote this name because of the : character
|
||||
default:
|
||||
return DSL.name("xsi:nil");
|
||||
return DSL.quotedName("xsi:nil");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user