Skip to content

Commit

Permalink
add bulk insert method
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo-W committed Jul 19, 2023
1 parent 3f2bd31 commit 04bb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tds/time/chrono.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::tds::codec::ColumnData;
#[cfg(feature = "tds73")]
#[cfg_attr(feature = "docs", doc(cfg(feature = "tds73")))]
pub use chrono::offset::{FixedOffset, Utc};
pub use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime};
pub use chrono::{Duration, DateTime, NaiveDate, NaiveDateTime, NaiveTime};
#[cfg(feature = "tds73")]
use std::ops::Sub;

Expand Down

0 comments on commit 04bb026

Please sign in to comment.