not sure if this Value is needed. it started to conflict a different return type a few days ago
This commit is contained in:
parent
ae9f969e59
commit
2b97a90b64
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ use mentat_core::{
|
||||||
ValueRc,
|
ValueRc,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub use rusqlite::types::Value;
|
|
||||||
|
|
||||||
/// We want to accumulate values that will later be substituted into a SQL statement execution.
|
/// We want to accumulate values that will later be substituted into a SQL statement execution.
|
||||||
/// This struct encapsulates the generated string and the _initial_ argument list.
|
/// This struct encapsulates the generated string and the _initial_ argument list.
|
||||||
/// Additional user-supplied argument bindings, with their placeholders accumulated via
|
/// Additional user-supplied argument bindings, with their placeholders accumulated via
|
||||||
|
|
Loading…
Reference in a new issue