index.create should take checkfirst argument as table.create does.

Issue #527 open
Former user created an issue

Creating indexes is often done in a comparable way to creating tables. We use table.create(checkfirst=True) often and it would be helpful/symetrical to have that on indexes also.

Comments (10)

  1. Michael Trier

    The issue is that on some backends you can creating multiple indexes on the same column as long as they are named differently. I'm not sure why you would, but you can. I'm -1 on this.

  2. Mike Bayer repo owner
    • changed status to open
    • removed status

    well, it should at least know how to check for the name you give the index.

  3. Log in to comment