mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-19 10:11:22 +00:00
Adjust the description of Type
This commit is contained in:
@ -117,7 +117,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
|||||||
pub enum Type {
|
pub enum Type {
|
||||||
/// Binary data.
|
/// Binary data.
|
||||||
Blob,
|
Blob,
|
||||||
/// A 64-bit IEEE floating-point number.
|
/// A 64-bit floating-point number.
|
||||||
Float,
|
Float,
|
||||||
/// A 64-bit signed integer.
|
/// A 64-bit signed integer.
|
||||||
Integer,
|
Integer,
|
||||||
|
Reference in New Issue
Block a user