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

Skip to content

Commit 32f1909

Browse files
committed
Some more "advanced" boundaries
1 parent 84a038d commit 32f1909

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

xml/payloads.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,42 @@ Formats:
221221
<prefix></prefix>
222222
<suffix></suffix>
223223
</boundary>
224+
225+
<boundary>
226+
<level>3</level>
227+
<clause>1</clause>
228+
<where>1,2</where>
229+
<ptype>1</ptype>
230+
<prefix>)</prefix>
231+
<suffix></suffix>
232+
</boundary>
233+
234+
<boundary>
235+
<level>3</level>
236+
<clause>1</clause>
237+
<where>1,2</where>
238+
<ptype>1</ptype>
239+
<prefix>'</prefix>
240+
<suffix></suffix>
241+
</boundary>
242+
243+
<boundary>
244+
<level>4</level>
245+
<clause>1</clause>
246+
<where>1,2</where>
247+
<ptype>1</ptype>
248+
<prefix>')</prefix>
249+
<suffix></suffix>
250+
</boundary>
251+
252+
<boundary>
253+
<level>5</level>
254+
<clause>1</clause>
255+
<where>1,2</where>
256+
<ptype>1</ptype>
257+
<prefix>"</prefix>
258+
<suffix></suffix>
259+
</boundary>
224260
<!-- End of generic boundaries -->
225261

226262
<!-- WHERE clause boundaries -->

0 commit comments

Comments
 (0)