mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-29 09:02:57 +08:00
modern_sqlite
not needed anymore
This commit is contained in:
parent
40a5035c8a
commit
109e6faa94
@ -506,7 +506,6 @@ impl InnerConnection {
|
||||
match t {
|
||||
Ok((Ok(ref value), sub_type)) => {
|
||||
set_result(ctx, value);
|
||||
#[cfg(feature = "modern_sqlite")] // 3.9.0
|
||||
if let Some(sub_type) = sub_type {
|
||||
ffi::sqlite3_result_subtype(ctx, *sub_type);
|
||||
}
|
||||
@ -751,7 +750,6 @@ where
|
||||
match t {
|
||||
Ok((Ok(ref value), sub_type)) => {
|
||||
set_result(ctx, value);
|
||||
#[cfg(feature = "modern_sqlite")] // 3.9.0
|
||||
if let Some(sub_type) = sub_type {
|
||||
ffi::sqlite3_result_subtype(ctx, *sub_type);
|
||||
}
|
||||
@ -801,7 +799,6 @@ where
|
||||
match t {
|
||||
Ok((Ok(ref value), sub_type)) => {
|
||||
set_result(ctx, value);
|
||||
#[cfg(feature = "modern_sqlite")] // 3.9.0
|
||||
if let Some(sub_type) = sub_type {
|
||||
ffi::sqlite3_result_subtype(ctx, *sub_type);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user