mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
PROPERLY fix null value handling in both read and write queries
This commit is contained in:
parent
7f5f67992d
commit
7f6e020d97
6 changed files with 158 additions and 0 deletions
12
tests/_data/dbquery/emptyStringTest2.xml
Normal file
12
tests/_data/dbquery/emptyStringTest2.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="emptyStringTest2" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="category_srl" var="category_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="nick_name" var="nick_name" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue