mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-20 15:03:52 +08:00
add support for Uuid
This commit is contained in:
@@ -230,6 +230,8 @@ impl<'stmt> Row<'stmt> {
|
||||
}
|
||||
#[cfg(feature = "i128_blob")]
|
||||
FromSqlError::InvalidI128Size(_) => Error::InvalidColumnType(idx, value.data_type()),
|
||||
#[cfg(feature = "uuid")]
|
||||
FromSqlError::InvalidUuidSize(_) => Error::InvalidColumnType(idx, value.data_type()),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user