This website requires JavaScript.
Explore
Help
Sign In
ISAR
/
rusqlite
Watch
3
Star
0
Fork
0
You've already forked rusqlite
mirror of
https://github.com/isar/rusqlite.git
synced
2025-02-01 05:10:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rusqlite
/
src
History
John Gallagher
ca761d7697
Avoid creating an aggregation context unnecessarily if the function is
...
called against 0 rows.
2016-01-07 15:14:24 -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
Avoid creating an aggregation context unnecessarily if the function is
2016-01-07 15:14:24 -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