-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix dropIndex for compound indexes with sorting order #1885
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
Conversation
|
@mauri870 add description please |
|
Description updated @Smolevich |
|
@mauri870 tests failed, check please |
Smolevich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs work
87b6e2d to
296dfd4
Compare
|
@Smolevich Can you take a look at the failing test? Can't find the cause of the error. |
See |
1cacd52 to
b13bc18
Compare
|
@Smolevich All tests passing |
b13bc18 to
be0dabd
Compare
be0dabd to
ca0f710
Compare
|
Can you merge actual master, please? @mauri870 |
Fix dropIndex for compound indexes with sorting order

It's not possible to drop an index with a descending sorting order, because the library assumes an ascending order. If no order is given to the field, the default order is used.