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:50:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rusqlite
/
src
History
John Gallagher
a793f8c8c5
Remove scary lifetime-of-rows-may-panic from README.
...
Closes
#119
.
2016-02-01 14:30:51 -05:00
..
backup.rs
Introduce RowIndex trait (like in rust-postgres)
2016-01-02 12:13:37 +01:00
blob.rs
Moves ZeroBlob from types to blob module.
2016-02-01 18:13:07 +01:00
error.rs
Fix typo "rowss" in docs.
2016-01-07 11:36:01 -05:00
functions.rs
rustfmt
2016-02-01 10:48:30 -05:00
lib.rs
Remove scary lifetime-of-rows-may-panic from README.
2016-02-01 14:30:51 -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
Moves ZeroBlob from types to blob module.
2016-02-01 18:13:07 +01:00