Docs and changelog
This commit is contained in:
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Allow order by computed columns - @diogob
|
- Allow order by computed columns - @diogob
|
||||||
|
- Set max rows in response with --max-rows - @begriffs
|
||||||
|
|
||||||
## [0.3.0.1] - 2015-11-27
|
## [0.3.0.1] - 2015-11-27
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,10 @@ The possible flags are:
|
|||||||
<dd>Max connections to use in db pool. Defaults to to 10, but you
|
<dd>Max connections to use in db pool. Defaults to to 10, but you
|
||||||
should find an optimal value for your db by running the SQL
|
should find an optimal value for your db by running the SQL
|
||||||
command <code>show max_connections;</code></dd>
|
command <code>show max_connections;</code></dd>
|
||||||
|
|
||||||
|
<dt>-m, --max-rows</dt>
|
||||||
|
<dd>Max number of rows to return in a read request. The default is
|
||||||
|
no limit.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
|
|||||||
Reference in New Issue
Block a user