Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.2.7
-
1
Description
Caused by this change: https://github.com/couchbase/couchbase-net-client/commit/aa20f59a614bd37b16f819308e85d120743a2865#diff-c18211376453934525f5f0fc5ba27d28d9a5102bd6bafbae727e9de8b9c41623L44
Previous, bucket names could be wrapped in backticks if required when creating an index. Now they are always wrapped by the QueryIndexManager. This may cause a regression for consumers pre-wrapping in backticks. We should test for preexisting backticks before wrapping.