rusqlite/src
gwenn c4b398f468
Doctest column name reference (#918)
* Doctest column name reference
* Document rusqlite assumption on column name reference
And move doctest as a test.
* Document when columns metadata should be extracted.
* Rustfmt doc (wrap_comments)
2021-04-03 11:03:50 +02:00
..
blob Add/fix rustdoc links 2020-11-22 09:34:03 +01:00
types Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
util Add #[inline] and #[cold] in far more places 2020-11-04 07:59:23 -08:00
vtab Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
backup.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
busy.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
cache.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
collation.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
column.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
config.rs Silent some clippy warnings (#924) 2021-03-25 21:06:46 +01:00
context.rs Add #[inline] and #[cold] in far more places 2020-11-04 07:59:23 -08:00
error.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
functions.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
hooks.rs Silent some clippy warnings (#924) 2021-03-25 21:06:46 +01:00
inner_connection.rs Fix nightly non_fmt_panic warning 2021-03-02 18:19:11 -08:00
lib.rs Use most concise syntax for params 2021-01-19 21:16:08 +01:00
limits.rs Make tests return Result 2020-11-05 22:14:00 +01:00
load_extension_guard.rs Add #[inline] and #[cold] in far more places 2020-11-04 07:59:23 -08:00
params.rs Make it clear bind_in is not public, and inline functions passing large arrays by value to avoid too much copying 2021-01-31 16:18:48 -08:00
pragma.rs Use most concise syntax for params 2021-01-19 21:16:08 +01:00
raw_statement.rs Fix clippy warnings 2021-02-28 13:19:58 +01:00
row.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
session.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
statement.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
trace.rs Use most concise syntax for params 2021-01-19 21:16:08 +01:00
transaction.rs Doctest column name reference (#918) 2021-04-03 11:03:50 +02:00
unlock_notify.rs Make tests return Result 2020-11-05 22:14:00 +01:00
version.rs Add #[inline] and #[cold] in far more places 2020-11-04 07:59:23 -08:00