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
commit a37489ec93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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