mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-22 01:54:09 +00:00
Test Decimal conversions in my and pg
This commit is contained in:
committed by
Austin Bonander
parent
95ac38caed
commit
245d53e484
@@ -39,6 +39,10 @@ pub mod time {
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "bigdecimal")))]
|
||||
pub use bigdecimal::BigDecimal;
|
||||
|
||||
#[cfg(feature = "decimal")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "decimal")))]
|
||||
pub use rust_decimal::Decimal;
|
||||
|
||||
#[cfg(feature = "ipnetwork")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "ipnetwork")))]
|
||||
pub mod ipnetwork {
|
||||
|
||||
Reference in New Issue
Block a user