Merge pull request #1217 from gwenn/modern_vtab

Include vtablog only with modern_sqlite feature
This commit is contained in:
gwenn
2022-10-05 19:35:52 +02:00
committed by GitHub

View File

@@ -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)]