Add more documentation for failure modes of functions that return s

This commit is contained in:
John Gallagher
2015-12-01 12:05:29 -05:00
parent 9a4503ad5f
commit 3d654aeed1
3 changed files with 90 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
* Slight change to the closure types passed to `query_map` and `query_and_then`:
* Remove the `'static` requirement on the closure's output type.
* Give the closure a `&SqliteRow` instead of a `SqliteRow`.
* Add more documentation for failure modes of functions that return `SqliteResult`s.
# Version 0.4.0 (2015-11-03)