mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Add unit tests for insert, update, delete queries
This commit is contained in:
parent
89e4b03265
commit
46afc3551a
4 changed files with 74 additions and 3 deletions
8
tests/_data/dbquery/deleteTest.xml
Normal file
8
tests/_data/dbquery/deleteTest.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteTest" action="delete">
|
||||
<tables>
|
||||
<table name="documents" alias="alias" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="in" column="document_srl" var="document_srl_list" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue