#17922959 : document 모듈 업데이트할 때 추가된 eid 필드를 등록하면서 다른 필드 값이 수정되는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mooo 2009-04-11 19:22:01 +00:00
parent bd29eb5bba
commit d15553234c
3 changed files with 49 additions and 24 deletions

View file

@ -0,0 +1,12 @@
<query id="updateDocumentExtraVarEid" action="update">
<tables>
<table name="document_extra_vars" />
</tables>
<columns>
<column name="eid" var="new_eid" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="var_idx" var="var_idx" filter="number" notnull="notnull" pipe="and" />
</conditions>
</query>