Docs and changelog

This commit is contained in:
Joe Nelson
2015-12-05 19:59:30 -08:00
parent 598b2bfbda
commit e88fa7db31
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Allow order by computed columns - @diogob
- Set max rows in response with --max-rows - @begriffs
## [0.3.0.1] - 2015-11-27
+4
View File
@@ -92,6 +92,10 @@ The possible flags are:
<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
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>
<div class="admonition note">