Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7cf0de

Browse files
committed
Fixing INSERT/UPDATE generic boundaries (those previous few were junkies)
1 parent 7b93108 commit d7cf0de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

xml/payloads.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -547,17 +547,17 @@ Formats:
547547
<clause>1</clause>
548548
<where>1</where>
549549
<ptype>2</ptype>
550-
<prefix>||(SELECT [RANDNUM1] FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
551-
<suffix>)||</suffix>
550+
<prefix>(SELECT [RANDNUM1] FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
551+
<suffix>)</suffix>
552552
</boundary>
553553

554554
<boundary>
555555
<level>5</level>
556556
<clause>1</clause>
557557
<where>1</where>
558558
<ptype>2</ptype>
559-
<prefix>||(SELECT [RANDNUM1] WHERE [RANDNUM]=[RANDNUM]</prefix>
560-
<suffix>)||</suffix>
559+
<prefix>(SELECT [RANDNUM1] WHERE [RANDNUM]=[RANDNUM]</prefix>
560+
<suffix>)</suffix>
561561
</boundary>
562562

563563
<boundary>
@@ -583,8 +583,8 @@ Formats:
583583
<clause>1</clause>
584584
<where>1</where>
585585
<ptype>1</ptype>
586-
<prefix>+(SELECT [RANDNUM1] WHERE [RANDNUM]=[RANDNUM]</prefix>
587-
<suffix>)</suffix>
586+
<prefix>'+(SELECT [RANDSTR] WHERE [RANDNUM]=[RANDNUM]</prefix>
587+
<suffix>)+'</suffix>
588588
</boundary>
589589

590590
<boundary>

0 commit comments

Comments
 (0)