Details
-
Improvement
-
Resolution: Fixed
-
Major
-
2.2.5
-
None
-
None
Description
In the Index DSL, it is not currently possible to deal with primary indexes that have been given a name different from #primary. Index creation and deletion should be made possible with a custom primary name.
Note though that the deletion of a named primary index is done like for a secondary index: DROP INDEX `namespace`.`primaryName` and not "DROP PRIMARY INDEX primaryName ON bucket"
Attachments
Issue Links
- relates to
-
JCBC-926 dropPrimaryIndex(true) does not work for def_primary on travel-sample
- Resolved