Removing boundaries (it were meant to be used as 'parameter replace' logic but it's not doable for boundaries)

This commit is contained in:
Miroslav Stampar 2012-09-17 22:36:40 +02:00
parent acad7a34a2
commit 67cfc3b492

View File

@ -542,24 +542,6 @@ Formats:
<!-- End of pre-WHERE generic boundaries --> <!-- End of pre-WHERE generic boundaries -->
<!-- INSERT/UPDATE generic boundaries (e.g. "INSERT INTO table VALUES ('$_REQUEST["name"]',...)"--> <!-- INSERT/UPDATE generic boundaries (e.g. "INSERT INTO table VALUES ('$_REQUEST["name"]',...)"-->
<boundary>
<level>5</level>
<clause>1</clause>
<where>3</where>
<ptype>2</ptype>
<prefix>(SELECT [RANDNUM1] FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
<suffix>)</suffix>
</boundary>
<boundary>
<level>5</level>
<clause>1</clause>
<where>3</where>
<ptype>2</ptype>
<prefix>(SELECT [RANDNUM1] WHERE [RANDNUM]=[RANDNUM]</prefix>
<suffix>)</suffix>
</boundary>
<boundary> <boundary>
<level>5</level> <level>5</level>
<clause>1</clause> <clause>1</clause>