mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	Merge pull request #1217 from gwenn/modern_vtab
Include vtablog only with modern_sqlite feature
This commit is contained in:
		| @@ -1324,7 +1324,7 @@ pub mod csvtab; | ||||
| #[cfg(feature = "series")] | ||||
| #[cfg_attr(docsrs, doc(cfg(feature = "series")))] | ||||
| pub mod series; // SQLite >= 3.9.0 | ||||
| #[cfg(test)] | ||||
| #[cfg(all(test, feature = "modern_sqlite"))] | ||||
| mod vtablog; | ||||
|  | ||||
| #[cfg(test)] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user