rusqlite/src/types
gwenn 5e2c103a0c
Add some missing wrappers (#1139)
* Add some missing wrappers:

sqlite3_value_subtype
sqlite3_result_subtype
sqlite3_changes64
sqlite3_db_readonly
sqlite3_txn_state
sqlite3_stmt_isexplain
sqlite3_vtab_config
sqlite3_index_info.idxFlags
sqlite3_index_info.colUsed
sqlite3_index_info.idxStr
sqlite3_vtab_collation

* Mark series VTab as innocuous and csv as direct only
2022-03-17 19:58:02 +01:00
..
chrono.rs implement FromSql for chrono::DateTime<FixedOffset> 2021-11-22 21:09:25 -08:00
from_sql.rs clippy::unseparated_literal_suffix 2022-01-06 05:07:27 -08:00
mod.rs Merge remote-tracking branch 'upstream/master' into time-fmt 2021-07-30 21:24:51 +02:00
serde_json.rs Add a helper function for getting the byte data from a value ref regardless of if its Text or Blob 2021-07-02 17:12:05 -07:00
time.rs clippy::redundant_closure_for_method_calls 2022-01-06 04:54:51 -08:00
to_sql.rs Add ToSql/FromSql for [u8; N] 2022-01-02 18:24:56 -08:00
url.rs Use most concise syntax for params 2021-01-19 21:16:08 +01:00
value_ref.rs Add some missing wrappers (#1139) 2022-03-17 19:58:02 +01:00
value.rs clippy::unseparated_literal_suffix 2022-01-06 05:07:27 -08:00