Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-1822

Support dropDups index option

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.4.4
    • Component/s: API
    • None
    • Environment:
      MongoDB 2.6.12

      As mongo go driver README show, it support MongoDB 2.6 or higher version.

      In out enviroment, we use mongodb 2.6.12 which should be supported by mongo go driver.

      However when we migrate from mgo to mongo go driver, we found a thing different is that:

      • mgo support `dropDups` index option
      • mongo go driver not support `dropDups` index option

      I known `dropDups` option is deprecated from MongoDB 2.7.5 version, however this index option still exists in MongoDB 2.6, and mongo go driver desclared it support mongodb 2.6。

      So we think it maybe a bug for mongo go driver,it should add `dropDups` index option back。

            Assignee:
            Unassigned Unassigned
            Reporter:
            liqianglau@outlook.com Lau Liqiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: