rusqlite/src
gwenn 926977846f Reduce required lifetime
Extends #825 to
 - create_collation
 - commit_hook
 - rollback_hook
 - update_hook
 - table_filter
2020-10-28 19:20:05 +01:00
..
blob Add write_all_at for compatibility with FileExt, improve docs a little 2020-10-04 15:48:10 -07:00
types Silence clippy 2020-10-24 09:52:05 -07:00
util Fix SqliteMallocString::from_str on arm32 2020-04-23 13:58:50 -07:00
vtab Lifetime elision 2020-06-01 18:44:02 +02:00
backup.rs Fix some PhantomData declarations 2020-06-01 10:11:34 +02:00
busy.rs Fix clippy warnings 2020-08-17 20:07:56 +02:00
cache.rs Replace lru-cache with hashlink 2020-10-06 00:10:22 -07:00
collation.rs Reduce required lifetime 2020-10-28 19:20:05 +01:00
column.rs adding ability to work with sqlite compiled with -DSQLITE_OMIT_DECLTYPE 2020-06-01 06:31:27 +03:00
config.rs Fix missing docs 2020-05-21 00:48:06 -07:00
context.rs Replace pub(crate) by pub(super) visibilty 2020-05-16 10:18:25 +02:00
error.rs Add positional blob i/o and adjust blob i/o example docs 2020-10-04 15:48:10 -07:00
functions.rs Reduce required lifetime 2020-10-28 19:20:05 +01:00
hooks.rs Reduce required lifetime 2020-10-28 19:20:05 +01:00
inner_connection.rs Expose query progress information 2020-10-25 11:58:47 +01:00
lib.rs pragma_update fails with ExecuteReturnedResults 2020-08-17 19:30:24 +02:00
limits.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
load_extension_guard.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
pragma.rs pragma_update fails with ExecuteReturnedResults 2020-08-17 19:30:24 +02:00
raw_statement.rs Implement our own sqlite3_exec 2020-06-26 19:35:14 +02:00
row.rs Add must_use attribute to iterators 2020-09-02 16:15:25 +10:00
session.rs Reduce required lifetime 2020-10-28 19:20:05 +01:00
statement.rs Fix order of parameters in InvalidParameterCount message 2020-07-01 08:38:50 -07:00
trace.rs Fix clippy warnings 2020-08-17 20:07:56 +02:00
transaction.rs Implement our own sqlite3_exec 2020-06-26 19:35:14 +02:00
unlock_notify.rs UnlockNotification should hold mutex when calling condvar 2020-04-15 13:52:19 -07:00
version.rs Rust 2018 2018-10-30 20:15:08 +01:00