bamcis-io / PrestoClient

A .NET client for Prestodb written targetting .NET Standard 2.0.
MIT License
18 stars 18 forks source link

Example code in README doesn't compile #11

Closed cforemanTAG closed 3 years ago

cforemanTAG commented 3 years ago

ExecuteQueryV1Response does not contain a definition for Response. I see Response exists on ExecuteQueryV2Response, but it doesn't appear the corresponding request object, ExecuteQueryV2Request, is available in the API.

hakenmt commented 3 years ago

I've updated the readme, thanks.

cforemanTAG commented 3 years ago

No problem. Thanks for the quick response!