rusqlite/src
gwenn 2e07650a02 Use ?NNN format instead of ?
https://sqlite.org/lang_expr.html#parameters
> But because it is easy to miscount the question marks, the use of this parameter format is discouraged. Programmers are encouraged to use one of the symbolic formats below or the ?NNN format above instead.
2022-11-27 09:38:06 +01:00
..
blob Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
types Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
util Clippy 2022-10-28 19:02:49 +02:00
vtab Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
backup.rs Intoduce one_column for tests 2022-11-11 16:20:39 +01:00
busy.rs Fix clippy warnings 2022-10-08 18:45:51 +02:00
cache.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
collation.rs clippy:ptr_as_ptr 2022-01-05 19:50:25 +01:00
column.rs Fix CI build error 2022-10-08 18:57:12 +02:00
config.rs Merge pull request #1223 from gwenn/const 2022-10-05 19:30:17 +02:00
context.rs Clean code 2022-05-29 13:33:51 +02:00
error.rs Clippy 2022-10-28 19:02:49 +02:00
functions.rs Cosmetic changes in tests 2022-11-11 16:32:42 +01:00
hooks.rs Fix clippy warnings 2022-10-08 18:45:51 +02:00
inner_connection.rs Clippy 2022-10-28 19:02:49 +02:00
lib.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
limits.rs Fix clippy warnings 2022-10-08 18:45:51 +02:00
load_extension_guard.rs Make load_extension unsafe 2021-09-06 16:28:04 -07:00
params.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
pragma.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
raw_statement.rs Remove old_sqlite feature 2022-08-30 13:05:47 -07:00
row.rs Impl Debug for Row 2022-10-09 11:43:02 +02:00
session.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
statement.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
trace.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
transaction.rs Use ?NNN format instead of ? 2022-11-27 09:38:06 +01:00
unlock_notify.rs Cosmetic changes in tests 2022-11-11 16:32:42 +01:00
version.rs clippy::must_use_candidate 2022-01-06 04:56:24 -08:00