Skip to content

Commit 02d5a1a

Browse files
authored
Add collection query index management macro (#447)
1 parent 205e88f commit 02d5a1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/meta/features.hxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@
6565
* Support for bucket no-deduplication feature in bucket and collection management
6666
*/
6767
#define COUCHBASE_CXX_CLIENT_HAS_BUCKET_NO_DEDUP 1
68+
69+
/**
70+
* Collection query index management is available in the public API
71+
* couchbase::collection::query_indexes() support
72+
*/
73+
#define COUCHBASE_CXX_CLIENT_HAS_COLLECTION_QUERY_INDEX_MANAGEMENT 1

0 commit comments

Comments
 (0)