mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-13 19:46:03 +00:00
A cosmetic adjustment
This commit is contained in:
parent
b433054c82
commit
ff3c62b4db
@ -21,11 +21,7 @@ impl<'l> Connection<'l> {
|
|||||||
ffi::SQLITE_OPEN_CREATE | ffi::SQLITE_OPEN_READWRITE,
|
ffi::SQLITE_OPEN_CREATE | ffi::SQLITE_OPEN_READWRITE,
|
||||||
0 as *const _));
|
0 as *const _));
|
||||||
}
|
}
|
||||||
Ok(Connection {
|
Ok(Connection { raw: raw, busy_callback: None, phantom: PhantomData })
|
||||||
raw: raw,
|
|
||||||
busy_callback: None,
|
|
||||||
phantom: PhantomData,
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Execute a query without processing the resulting rows if any.
|
/// Execute a query without processing the resulting rows if any.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user