Skip to content

Commit

Permalink
Merge pull request #35 from deem0n/master
Browse files Browse the repository at this point in the history
Add oid[] support
  • Loading branch information
svenvc authored May 31, 2022
2 parents 1b345e4 + 607cbd6 commit e632d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions P3/P3Converter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ P3Converter class >> typeMap [
1009 #(#'_text' #convertStringArrayFrom:length:description:)
1015 #(#'_varchar' #convertStringArrayFrom:length:description:)
1022 #(#'_float8' #convertFloatArrayFrom:length:description:)
1028 #(#'_oid' #convertIntegerArrayFrom:length:description:)
"geometric"
600 #(point #convertPointFrom:length:description:)
601 #(lseg #convertLineSegmentFrom:length:description:)
Expand Down

0 comments on commit e632d40

Please sign in to comment.