If a model has a property named "value", a syntax error will be raised when calling upsertWithWhere()

Issue #1 resolved
Former user created an issue

Here is the error:

error { code: 400, body: '{"code":"BadRequest","message":"Message: {\"errors\":[{\"severity\":\"Error\",\"location\":{\"start\":33,\"end\":38},\"code\":\"SC1001\",\"message\":\"Syntax error, incorrect syntax near \'value\'.\"}]}\r\nActivityId: b8e8f886-3e2f-48d4-bbb7-8ecc2d64fa07, Microsoft.Azure.Documents.Common/1.20.0.0"}', activityId: 'b8e8f886-3e2f-48d4-bbb7-8ecc2d64fa07' }