Merge remote-tracking branch 'origin/master' into loadable_extension

This commit is contained in:
gwenn
2023-10-16 18:56:03 +02:00
28 changed files with 6839 additions and 2913 deletions

View File

@@ -40,7 +40,7 @@ pub struct InnerConnection {
unsafe impl Send for InnerConnection {}
impl InnerConnection {
#[allow(clippy::mutex_atomic)]
#[allow(clippy::mutex_atomic, clippy::arc_with_non_send_sync)] // See unsafe impl Send / Sync for InterruptHandle
#[inline]
pub unsafe fn new(db: *mut ffi::sqlite3, owned: bool) -> InnerConnection {
InnerConnection {