mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-30 13:28:56 +08:00
Rename SqliteTransaction* -> Transaction*.
This commit is contained in:
@@ -79,7 +79,7 @@ pub trait FromSql: Sized {
|
||||
|
||||
/// FromSql types can implement this method and use sqlite3_column_type to check that
|
||||
/// the type reported by SQLite matches a type suitable for Self. This method is used
|
||||
/// by `SqliteRow::get_checked` to confirm that the column contains a valid type before
|
||||
/// by `Row::get_checked` to confirm that the column contains a valid type before
|
||||
/// attempting to retrieve the value.
|
||||
unsafe fn column_has_valid_sqlite_type(_: *mut sqlite3_stmt, _: c_int) -> bool {
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user