rusqlite/src
John Gallagher b189f6ba66 Change how Aggregate works when called on no rows.
Before this commit, if the aggregate function was called on 0 rows, it
would always return NULL (and never call Aggregate::init() or
finalize()). Now, init() and finalize() are always called to get the
result of the function, even if step() is never called.
2016-01-07 12:35:27 -05:00
..
backup.rs Introduce RowIndex trait (like in rust-postgres) 2016-01-02 12:13:37 +01:00
blob.rs Add comment to write recommending write_all. 2015-12-15 14:24:05 -05:00
error.rs Fix typo "rowss" in docs. 2016-01-07 11:36:01 -05:00
functions.rs Change how Aggregate works when called on no rows. 2016-01-07 12:35:27 -05:00
lib.rs Merge branch 'dynamic' of https://github.com/gwenn/rusqlite into gwenn-dynamic 2016-01-07 11:12:05 -05:00
load_extension_guard.rs Rename SqliteLoadExtensionGuard -> LoadExtensionGuard. 2015-12-12 14:20:11 -05:00
named_params.rs Introduce RowIndex trait (like in rust-postgres) 2016-01-02 12:13:37 +01:00
trace.rs Move Error into its own module (internal organization only - public API remains). 2015-12-16 20:30:27 -05:00
transaction.rs BREAKING CHANGE: Remove common prefix on TransactionBehavior case names. 2015-12-12 14:22:50 -05:00
types.rs Merge branch 'dynamic' of https://github.com/gwenn/rusqlite into gwenn-dynamic 2016-01-07 11:12:05 -05:00