PROPERLY fix null value handling in both read and write queries

This commit is contained in:
Kijin Sung 2022-01-25 14:54:17 +09:00
parent 7f5f67992d
commit 7f6e020d97
6 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<query id="emptyStringTest1" action="update">
<tables>
<table name="documents" />
</tables>
<columns>
<column name="nick_name" var="nick_name" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" />
</conditions>
</query>