We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14449a0 commit 0cd759eCopy full SHA for 0cd759e
querydsl-libraries/querydsl-sql/src/main/java/com/querydsl/sql/SQLSerializer.java
@@ -597,9 +597,10 @@ public void serializeForMergeUsing(
597
handle(usingExpression);
598
dmlWithSchema = originalDmlWithSchema;
599
600
- append("\n");
601
append(templates.getOn());
+ dmlWithSchema = true;
602
handle(usingOn);
603
+ dmlWithSchema = originalDmlWithSchema;
604
605
for (final SQLMergeUsingCase when : whens) {
606
append("\nwhen ");
0 commit comments