You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`CYCLE` was added as a KEYWORD for RECURSIVE WITH’s CYCLE sub-clause.
91
+
`CYCLE` was added as a KEYWORD for RECURSIVE WITH’s CYCLE subclause.
91
92
+
92
-
This causes a syntax error when a path or sub-path’s case-insensitive identifier is named `cycle` when users upgraded to a version that supported the recursive with feature https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/with-recursive.html[WITH recursive clause]
93
+
This causes a syntax error when a path or subpath’s case-insensitive identifier is named `cycle` when users upgraded to a version that supported the recursive with feature https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/with-recursive.html[WITH recursive clause]
93
94
+
94
95
This is now handled by allowing `cycle` keyword as a permitted identifier.
95
96
@@ -111,7 +112,7 @@ In this release the server silently ignores the `auto_execute` request parameter
Fixes bug where buckets with cross-cluster versioning enabled (link:https://docs.couchbase.com/server/current/learn/clusters-and-availability/xdcr-enable-crossclusterversioning.html[XDCR enable cross cluster versioning] ) would cause a merge to fail
152
-
153
-
154
-
155
-
149
+
Fixes a bug where buckets with cross-cluster versioning enabled (link:https://docs.couchbase.com/server/current/learn/clusters-and-availability/xdcr-enable-crossclusterversioning.html[XDCR enable cross-cluster versioning]) would cause a merge to fail
0 commit comments