mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-04 01:42:26 +08:00
Merge branch 'master' into gwenn-stmt-cache
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user