We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71baaf5 commit d8dfa9cCopy full SHA for d8dfa9c
connectorx/src/sources/postgres/typesystem.rs
@@ -1,5 +1,5 @@
1
-use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime, Utc};
2
use crate::sources::postgres::IpInet;
+use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime, Utc};
3
use postgres::types::Type;
4
use rust_decimal::Decimal;
5
use serde_json::Value;
0 commit comments