snowflakedb / snowflake-connector-net

Snowflake Connector for .NET
Apache License 2.0
173 stars 130 forks source link

SNOW-1011419: VARCHAR columns read into string show up as hexdumps #853

Closed cha4osoOwll closed 5 months ago

cha4osoOwll commented 5 months ago
  1. What version of .NET driver are you using? 2.1.4

  2. What version of .NET framework are you using? Net6.0

  3. What did you do? Use Dapper to read a VARCHAR column into a string

  4. 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.

  5. Can you set logging to DEBUG and collect the logs? Will try and update the ticket with such info later.

cha4osoOwll commented 5 months ago

DBA's fault not yours, closing