Merge branch 'master' into gwenn-stmt-cache

This commit is contained in:
John Gallagher
2016-01-07 15:53:23 -05:00
4 changed files with 237 additions and 17 deletions

View File

@@ -4,6 +4,7 @@
statements.
* Adds `column_count()` method to `Statement` and `Row`.
* Adds `types::Value` for dynamic column types.
* Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature).
* Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).
# Version 0.6.0 (2015-12-17)