Skip to content

Commit b1dcbe2

Browse files
committed
Merge pull request #346 from tonylau/patch-1
Fix duplicate ids in insert, update and delete example
2 parents fb89c55 + d70e491 commit b1dcbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/xdoc/sqlmap-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ ps.setInt(1,id);]]></source>
265265
timeout="20">
266266
267267
<update
268-
id="insertAuthor"
268+
id="updateAuthor"
269269
parameterType="domain.blog.Author"
270270
flushCache="true"
271271
statementType="PREPARED"
272272
timeout="20">
273273
274274
<delete
275-
id="insertAuthor"
275+
id="deleteAuthor"
276276
parameterType="domain.blog.Author"
277277
flushCache="true"
278278
statementType="PREPARED"

0 commit comments

Comments
 (0)