Skip to content

Commit 2762312

Browse files
committed
postgres-protocol: add pg numeric type
1 parent 490c485 commit 2762312

File tree

2 files changed

+807
-0
lines changed

2 files changed

+807
-0
lines changed

postgres-protocol/src/types/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ use std::str;
1010

1111
use crate::{write_nullable, FromUsize, IsNull, Lsn, Oid};
1212

13+
pub use numeric::{numeric_from_sql, numeric_to_sql, Numeric, NumericSign};
14+
15+
mod numeric;
1316
#[cfg(test)]
1417
mod test;
1518

0 commit comments

Comments
 (0)