We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e6c04a + 30205de commit 9ed55c8Copy full SHA for 9ed55c8
Types.md
@@ -1,6 +1,6 @@
1
# Supported Protocols, Data Types and Mappings
2
3
-**Currently we assume all columns are nullabel when inferring schema.**
+**Currently we assume all columns are nullable when inferring schema.**
4
5
## Postgres (Redshift)
6
connectorx/src/sources/postgres/typesystem.rs
@@ -103,7 +103,7 @@ impl<'a> From<&'a Type> for PostgresTypeSystem {
103
}
104
105
106
-// Link PostgresDTypes back to the one defiend by the postgres crate.
+// Link PostgresDTypes back to the one defined by the postgres crate.
107
impl<'a> From<PostgresTypeSystem> for Type {
108
fn from(ty: PostgresTypeSystem) -> Type {
109
use PostgresTypeSystem::*;
0 commit comments