Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

Block on Long Query

Open agonzalezm opened this issue 6 years ago • 0 comments

I am doing a very large query ( 36512 chars ) there is a long list in the in clause.

query ="Select id from asset where name in ('xxxxxx','yyyyy',......)"

'xxxxxx','yyyyy',...... is a list of 1600 strings.

var contacts = await fclient.QueryAsync(query);

If I run it just blocks in queryasync for ever and doesnt return any error.

agonzalezm avatar Nov 15 '18 20:11 agonzalezm