mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-15 08:21:19 +00:00
Rename Blob to Binary
This commit is contained in:
@ -116,7 +116,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||
pub enum Type {
|
||||
/// The binary type.
|
||||
Blob,
|
||||
Binary,
|
||||
/// The floating-point type (64-bit).
|
||||
Float,
|
||||
/// The integer type (64-bit, signed).
|
||||
|
Reference in New Issue
Block a user