Skip to content

Commit

Permalink
Add full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sooxin authored May 31, 2018
1 parent d74d0bd commit 7ed3576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ ps.setInt(1,id);]]></source>
<td><code>useGeneratedKeys</code></td>
<td>(insert and update only) This tells MyBatis to use the JDBC <code>getGeneratedKeys</code> method to retrieve
keys generated internally by the database (e.g. auto increment fields in RDBMS like
MySQL or SQL Server). Default: <code>false</code>
MySQL or SQL Server). Default: <code>false</code>.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 7ed3576

Please sign in to comment.