mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Update Changelog with aggregate functions note
This commit is contained in:
parent
199dfc455b
commit
267018b80d
@ -2,6 +2,7 @@
|
||||
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user