mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Add unit tests for SELECT COUNT(*) queries
This commit is contained in:
parent
cf1f4f3a3b
commit
02122cb383
3 changed files with 44 additions and 0 deletions
11
tests/_data/dbquery/selectCountTest2.xml
Normal file
11
tests/_data/dbquery/selectCountTest2.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="selectCountTest2" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns distinct="true">
|
||||
<column name="module_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="document_srl" var="document_srl_list" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue