go-pg returns some(?) binary data as \xHexvalues vs. the binary that the library expected. PR adds some code to check for the \x prefix and does the hex -> binary conversion for the rest of the data.
I tested this with local postgis table, but only for Point data. More testing would be helpful.
@arthurgustin
go-pg returns some(?) binary data as
\xHexvalues
vs. the binary that the library expected. PR adds some code to check for the \x prefix and does the hex -> binary conversion for the rest of the data.I tested this with local postgis table, but only for Point data. More testing would be helpful.