Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb ensureIndex IndexFlags has deprecated naming style #1571

Closed
deviator opened this issue Sep 23, 2016 · 1 comment
Closed

mongodb ensureIndex IndexFlags has deprecated naming style #1571

deviator opened this issue Sep 23, 2016 · 1 comment

Comments

@deviator
Copy link
Contributor

IndexFlags has capitalized member names, in all other enums capitalized name style is deprecated (for example Bson.Type). I think it happens because IndexFlags stay in source/db/mongo/collection.d instead source/db/mongo/flags.d.

@s-ludwig
Copy link
Member

You are right, I've moved it to flags.d now in addition to fixing the naming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants