rflechner / LinqToSalesforce

Presentation
https://rflechner.github.io/LinqToSalesforce/
The Unlicense
13 stars 8 forks source link

FIX: QueryProvider CreateQuery (non-generic) not working #20

Closed lancerdima closed 7 years ago

lancerdima commented 7 years ago

Issue: I've been integrating the extension library with OData interface (using ODataQuerySettings.ApplyTo method). The nature of this approach invokes non-generic version of QueryProvider.CreateQuery operation.

Actual: QueryProvider crashes in multiple places while executing CreateQuery.

Expected: QueryProvider.CreateQuery does not break.

rflechner commented 7 years ago

Thanks for your PR.