git-svn-id: http://xe-core.googlecode.com/svn/trunk@888 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 07:00:24 +00:00
parent cf8e6380e9
commit ad5bfed398
6 changed files with 121 additions and 8 deletions

View file

@ -0,0 +1,11 @@
<query id="updateMemberPassword" action="update">
<tables>
<table name="member" />
</tables>
<columns>
<column name="password" var="password" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
</conditions>
</query>