mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-16 22:02:26 +08:00
Remove most of the code using feature=bundled
as a version check
This commit is contained in:
@@ -281,7 +281,7 @@ impl InnerConnection {
|
||||
unsafe { ffi::sqlite3_get_autocommit(self.db()) != 0 }
|
||||
}
|
||||
|
||||
#[cfg(feature = "bundled")] // 3.8.6
|
||||
#[cfg(feature = "modern_sqlite")] // 3.8.6
|
||||
pub fn is_busy(&self) -> bool {
|
||||
let db = self.db();
|
||||
unsafe {
|
||||
|
Reference in New Issue
Block a user