mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-21 07:19:24 +08:00
Revert all InvalidColumnType stuff
This commit is contained in:
@@ -176,7 +176,7 @@ mod test {
|
||||
fn test_mismatched_types() {
|
||||
fn is_invalid_column_type(err: Error) -> bool {
|
||||
match err {
|
||||
Error::InvalidColumnType(_, _) => true,
|
||||
Error::InvalidColumnType => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user