You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
VARCHAR columns read into string show up as hexdumps
SNOW-1011419: VARCHAR columns read into string show up as hexdumps
Jan 17, 2024
What version of .NET driver are you using?
2.1.4
What version of .NET framework are you using?
Net6.0
What did you do?
Use Dapper to read a VARCHAR column into a string
What did you expect to see?
The same values that I get running a SELECT statement manually in a DB client (DBeaver).
What should have happened and what happened instead?
Instead I get what first looks like random gibberish but is obviously a hex string.
Can you set logging to DEBUG and collect the logs?
Will try and update the ticket with such info later.
The text was updated successfully, but these errors were encountered: