mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-01 00:17:25 +03:00 
			
		
		
		
	Moved MS Access UNION query tests after generic as generic test must identify MSSQL
This commit is contained in:
		
							parent
							
								
									1e1f429668
								
							
						
					
					
						commit
						c9ba58acb6
					
				
							
								
								
									
										682
									
								
								xml/payloads.xml
									
									
									
									
									
								
							
							
						
						
									
										682
									
								
								xml/payloads.xml
									
									
									
									
									
								
							|  | @ -2973,6 +2973,347 @@ Formats: | |||
|         </details> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>2</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>2</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Microsoft Access UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|  | @ -3368,347 +3709,6 @@ Formats: | |||
|             <dbms>Microsoft Access</dbms> | ||||
|         </details> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - [COLSTART] to [COLSTOP] columns (custom)</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>[COLSTART]-[COLSTOP]</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>1</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 1 to 10 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>1-10</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>2</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>2</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 11 to 20 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>11-20</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>3</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 21 to 30 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>21-30</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>4</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 31 to 40 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>31-40</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([CHAR]) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[CHAR]</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
|     <test> | ||||
|         <title>Generic UNION query (NULL) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>NULL</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
| 
 | ||||
|     <test> | ||||
|         <title>Generic UNION query ([RANDNUM]) - 41 to 50 columns</title> | ||||
|         <stype>3</stype> | ||||
|         <level>5</level> | ||||
|         <risk>1</risk> | ||||
|         <clause>1,2,3,4,5</clause> | ||||
|         <where>1</where> | ||||
|         <vector>[UNION]</vector> | ||||
|         <request> | ||||
|             <payload/> | ||||
|             <comment>-- </comment> | ||||
|             <char>[RANDNUM]</char> | ||||
|             <columns>41-50</columns> | ||||
|         </request> | ||||
|         <response> | ||||
|             <union/> | ||||
|         </response> | ||||
|     </test> | ||||
|     <!-- End of UNION query tests --> | ||||
| 
 | ||||
| </root> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user