Closed tinchodias closed 5 years ago
What is the status of this?
It isn't fixed (just checked).
OT: I read in a voyage's issue about dropping support for mongodb<3.4. If we do it also in this driver, we could simplify this implementation too... e.g.:
collections
"Answer the collections in this database"
| collectionNames |
collectionNames := root majorVersion < 3
ifTrue: [ self mongo2CollectionNames ]
ifFalse: [ self mongo3CollectionNames ].
^ collectionNames
collect: [:each | MongoCollection database: self name: each ]
(But this is OT, the issue will remain)
We dropped support for mongo <3.4 so you can remove that code.
I created #48.
To be honest I try to get rid of issues. Why did you create a new one?
Bug introduced with #27 workaround