Merge pull request #168 from mostafah/fix-minor-typo

Fix minor documentation mistake: s/slice/null/
pull/70/merge
Jack Christensen 2016-08-10 22:39:41 -05:00 committed by GitHub
commit b2dd61515c
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -156,7 +156,7 @@ Array Mapping
pgx maps between int16, int32, int64, float32, float64, and string Go slices
and the equivalent PostgreSQL array type. Go slices of native types do not
support nulls, so if a PostgreSQL array that contains a slice is read into a
support nulls, so if a PostgreSQL array that contains a null is read into a
native Go slice an error will occur.
Hstore Mapping