Skip to content

Commit 6f4f2b7

Browse files
authored
Merge pull request #1291 from sooxin/master
Add full stop
2 parents d74d0bd + 958ed85 commit 6f4f2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ps.setInt(1,id);]]></source>
330330
<td><code>useGeneratedKeys</code></td>
331331
<td>(insert and update only) This tells MyBatis to use the JDBC <code>getGeneratedKeys</code> method to retrieve
332332
keys generated internally by the database (e.g. auto increment fields in RDBMS like
333-
MySQL or SQL Server). Default: <code>false</code>
333+
MySQL or SQL Server). Default: <code>false</code>.
334334
</td>
335335
</tr>
336336
<tr>

0 commit comments

Comments
 (0)