mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Include the name of the column in InvalidColumnType errors
This commit is contained in:
		| @@ -229,7 +229,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