mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-01 06:18:54 +08:00 
			
		
		
		
	Fix compilation error with functions and i128 features
				
					
				
			This commit is contained in:
		| @@ -137,6 +137,10 @@ impl<'a> Context<'a> { | ||||
|             FromSqlError::Other(err) => { | ||||
|                 Error::FromSqlConversionFailure(idx, value.data_type(), err) | ||||
|             } | ||||
|             #[cfg(feature = "i128_blob")] | ||||
|             FromSqlError::InvalidI128Size(_) => { | ||||
|                 Error::FromSqlConversionFailure(idx, value.data_type(), Box::new(err)) | ||||
|             } | ||||
|         }) | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user