mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Add unit tests for RVE-2025-1
This commit is contained in:
parent
a208e0dbbc
commit
2b8656eaf0
2 changed files with 39 additions and 0 deletions
14
tests/_data/dbquery/sortIndexTest.xml
Normal file
14
tests/_data/dbquery/sortIndexTest.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="sortIndexTest" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="status" default="PUBLIC" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="RAND()" order="order_type" order-default="DESC" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue