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
Build couchbase-lite-net-3.0.12-2 contains couchbase-lite-net commit 0e33719 with commit message:: Correctly pass parameters for SQL++ query (#1527)
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.