Skip to:
From forum post https://forums.couchbase.com/t/named-parameters-are-not-working-in-couchbase-lite/35120/
A simple query SELECT * FROM db WHERE docType=$doc is failing to run with an error message that indicates that doc is unbound, but it clearly is. NOTE that this is not an issue in 3.1.0, only 3.0.x.
SELECT * FROM db WHERE docType=$doc
It's determined that the problem is .NET specific after failure to repro the problem in LiteCore.
c.f.
From forum post https://forums.couchbase.com/t/named-parameters-are-not-working-in-couchbase-lite/35120/
A simple query
SELECT * FROM db WHERE docType=$doc
is failing to run with an error message that indicates that doc is unbound, but it clearly is. NOTE that this is not an issue in 3.1.0, only 3.0.x.