DefaultValueHandling.IgnoreAndPopulate Causes NRE With Bad Query Syntax

Description

Steps to reproduce:

  1. Configure client to use DefaultSerializer with DeserializerSettings.DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate

  2. Execute a N1QL query with bad syntax

  3. Receive NRE

System.ArgumentNullException: Value cannot be null.

Parameter name: source
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Couchbase.N1QL.QueryResultData`1.ToQueryResult() in C:\Users\bburnett\Source\Repos\couchbase-net-client\Src\Couchbase\N1QL\QueryResult.cs:line 209
at Couchbase.N1QL.QueryClient.<ExecuteQueryAsync>d__20`1.MoveNext() in C:\Users\bburnett\Source\Repos\couchbase-net-client\Src\Couchbase\N1QL\QueryClient.cs:line 396

From forum post:
https://forums.couchbase.com/t/internal-error-exception-when-an-n1ql-error-request-is-sent/11925

Environment

None

Gerrit Reviews

None

Release Notes Description

None

Activity

Show:

Brant Burnett March 9, 2017 at 8:16 PM

Yes, ready for review

Jeffry Morris March 9, 2017 at 5:46 PM

- is this ready for review?

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

Zendesk Support

Created March 5, 2017 at 3:29 AM
Updated April 8, 2017 at 12:30 AM
Resolved March 9, 2017 at 9:32 PM
Instabug