rusqlite/src
zero-systems 2a04f06a3a
Relaxed Sized bound on Box/Rc/Arc/Cow for ToSql
* Fix Box<T> for unsized

* refactoring

* Add more tests

* ?Sized for Cow, Rc, Arc too
2020-03-31 20:52:34 -07:00
..
types Relaxed Sized bound on Box/Rc/Arc/Cow for ToSql 2020-03-31 20:52:34 -07:00
vtab Introduce alloc to generate C string allocated by sqlite3 2020-02-29 13:09:42 +01:00
backup.rs Lifetime elision in impl 2019-02-03 11:02:38 +01:00
blob.rs Do not panic by default 2019-02-21 20:48:09 +01:00
busy.rs Fix clippy warnings 2020-02-09 11:48:08 +01:00
cache.rs Segmentation fault on prepare_cached with an empty query 2019-10-29 19:24:18 +01:00
collation.rs Check SQL query passed to execute 2019-08-26 20:21:23 +02:00
column.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
config.rs Add missing constants 2020-02-09 11:47:01 +01:00
context.rs Avoid unnecessary copies/allocations when passing strings to sqlite 2019-02-26 19:47:17 -08:00
error.rs Fix warnings related to deprecated Error::description 2020-01-26 16:57:58 +01:00
functions.rs Add support to function flags (#622) 2020-01-26 18:11:11 +01:00
hooks.rs Rustfmt 2019-08-09 20:03:46 +02:00
inner_connection.rs Introduce alloc to generate C string allocated by sqlite3 2020-02-29 13:09:42 +01:00
lib.rs Handle text with internal nuls 2020-03-25 19:20:05 +01:00
limits.rs Fix clippy warnings 2019-02-02 11:37:26 +01:00
load_extension_guard.rs Lifetime elision in impl 2019-02-03 11:02:38 +01: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 most of the code using feature=bundled as a version check 2020-01-14 08:11:36 -08:00
row.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
session.rs Fix ChangesetIter::start_strm 2019-11-02 14:53:32 +01:00
statement.rs Handle text with internal nuls 2020-03-25 19:20:05 +01:00
trace.rs Fix clippy warnings 2019-11-03 11:19:07 +01:00
transaction.rs Lifetime elision in impl 2019-02-03 11:02:38 +01:00
unlock_notify.rs Ignore mutex_atomic clippy lint 2019-10-19 10:10:17 +02:00
version.rs Rust 2018 2018-10-30 20:15:08 +01:00