mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Remove commented out stuff in types.rs
This commit is contained in:
parent
e2ace30dfd
commit
82c72c13c2
24
src/types.rs
24
src/types.rs
@ -36,46 +36,22 @@ where
|
||||
|
||||
pub struct Text;
|
||||
|
||||
// impl SqlType for Text {
|
||||
// const OID: u32 = 25;
|
||||
// }
|
||||
|
||||
// Numeric types
|
||||
|
||||
// i16
|
||||
pub struct SmallInt;
|
||||
|
||||
// impl SqlType for SmallInt {
|
||||
// const OID: u32 = 21;
|
||||
// }
|
||||
|
||||
// i32
|
||||
pub struct Int;
|
||||
|
||||
// impl SqlType for Int {
|
||||
// const OID: u32 = 23;
|
||||
// }
|
||||
|
||||
// i64
|
||||
pub struct BigInt;
|
||||
|
||||
// impl SqlType for BigInt {
|
||||
// const OID: u32 = 20;
|
||||
// }
|
||||
|
||||
// decimal?
|
||||
// TODO pub struct Decimal;
|
||||
|
||||
// f32
|
||||
pub struct Real;
|
||||
|
||||
// impl SqlType for Real {
|
||||
// const OID: u32 = 700;
|
||||
// }
|
||||
|
||||
// f64
|
||||
pub struct Double;
|
||||
|
||||
// impl SqlType for Double {
|
||||
// const OID: u32 = 701;
|
||||
// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user