rusqlite/src
2020-04-16 12:05:56 -07:00
..
types Remove implementations of std::error::Error::description 2020-04-12 12:06:53 -07:00
util Remove parameter count caching -- should be cheap (if statically linked at least...) 2020-04-16 12:05:56 -07:00
vtab Add a wrapper for strings allocated on sqlite heap 2020-04-16 08:21:43 -07:00
backup.rs Fix up conventions around unsafe in internal functions 2020-04-07 10:04:18 -07:00
blob.rs Rustfmt 2020-04-11 22:18:22 -07:00
busy.rs Fix clippy warnings 2020-02-09 11:48:08 +01:00
cache.rs Cache param count and make statement cache more effective 2020-04-16 12:05:56 -07:00
collation.rs Avoid relying on sqlite to justify str::from_utf8_unchecked 2020-04-14 09:31:29 -07:00
column.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
config.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
context.rs Avoid unnecessary copies/allocations when passing strings to sqlite 2019-02-26 19:47:17 -08:00
error.rs Remove implementations of std::error::Error::description 2020-04-12 12:06:53 -07:00
functions.rs Docs for new aux api 2020-04-14 08:06:37 -07:00
hooks.rs Avoid relying on sqlite to justify str::from_utf8_unchecked 2020-04-14 09:31:29 -07:00
inner_connection.rs Use SmallCString in most places 2020-04-14 10:26:41 -07:00
lib.rs Update links & copyright statement 2020-04-15 21:37:39 -07: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 Remove most of the code using feature=bundled as a version check 2020-01-14 08:11:36 -08:00
raw_statement.rs Remove parameter count caching -- should be cheap (if statically linked at least...) 2020-04-16 12:05:56 -07:00
row.rs Allow optionally passing an Error parameter to rusqlite::Result (#678) 2020-04-06 14:43:06 -07:00
session.rs Use SmallCString in most places 2020-04-14 10:26:41 -07:00
statement.rs Add a wrapper for strings allocated on sqlite heap 2020-04-16 08:21:43 -07:00
trace.rs Fix format string error in rusqlite::trace::log 2020-04-14 12:23:15 -07:00
transaction.rs Allow opting out of compile-time transaction checking 2020-04-09 12:39:40 -07: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