issues
search
vertica
/
vertica-sql-go
Official native Go client for the Vertica Analytics Database.
http://www.vertica.com
Apache License 2.0
61
stars
28
forks
source link
Fix #87: Binary types support
#139
Closed
sitingren
closed
2 years ago
sitingren
commented
2 years ago
Credit to @watercraft 's suggestion in #87
When querying BINARY, VARBINARY or LONG VARBINARY data, the returned object type changes from
string
to
[]byte
. This fix handles escaped backslash \ correctly.
When use_prepared_statements=1, query parameter value can be sent as
[]byte
.
Credit to @watercraft 's suggestion in #87
string
to[]byte
. This fix handles escaped backslash \ correctly.[]byte
.