fixer-m / snowflake-db-net-client

Snowflake .NET Client
Apache License 2.0
51 stars 14 forks source link

QueryRawResponseAsync Returns 0 Rows When There Are Rows #25

Closed lawrence-vo closed 2 years ago

lawrence-vo commented 2 years ago

I am looking for a way to create DataTable from select statements and figured I would try to make custom functions that call the result from QueryRawResponseAsync. The return object from this function does always gives a row count of 0 even when there are rows being returned.

lawrence-vo commented 2 years ago

Closing issue because it seems to be resolved here.