mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
fix(sqlite): i64 -> u64 in type docs
This commit is contained in:
parent
b02c6c59cf
commit
2a80700813
@ -12,7 +12,7 @@
|
||||
//! | `u8` | INTEGER |
|
||||
//! | `u16` | INTEGER |
|
||||
//! | `u32` | INTEGER |
|
||||
//! | `i64` | BIGINT, INT8 |
|
||||
//! | `u64` | BIGINT, INT8 |
|
||||
//! | `f32` | REAL |
|
||||
//! | `f64` | REAL |
|
||||
//! | `&str`, [`String`] | TEXT |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user