mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog with latest PRs
This commit is contained in:
parent
f290c15d0d
commit
a9d8473ff5
@ -1,3 +1,9 @@
|
|||||||
|
# Version UPCOMING (...)
|
||||||
|
|
||||||
|
* Adds `column_count()` method to `Statement` and `Row`.
|
||||||
|
* Adds `types::Value` for dynamic column types.
|
||||||
|
* Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).
|
||||||
|
|
||||||
# Version 0.6.0 (2015-12-17)
|
# Version 0.6.0 (2015-12-17)
|
||||||
|
|
||||||
* BREAKING CHANGE: `SqliteError` is now an enum instead of a struct. Previously, we were (ab)using
|
* BREAKING CHANGE: `SqliteError` is now an enum instead of a struct. Previously, we were (ab)using
|
||||||
|
Loading…
Reference in New Issue
Block a user