mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Remove Table associated type in VTabCursor trait
				
					
				
			This commit is contained in:
		| @@ -128,8 +128,6 @@ impl ArrayTabCursor { | ||||
|     } | ||||
| } | ||||
| impl VTabCursor for ArrayTabCursor { | ||||
|     type Table = ArrayTab; | ||||
|  | ||||
|     fn filter(&mut self, idx_num: c_int, _idx_str: Option<&str>, args: &Values) -> Result<()> { | ||||
|         if idx_num > 0 { | ||||
|             self.ptr = try!(args.get_array(0)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user