Trenton Broughton
Trenton Broughton
Sorry I wasn't clear. I was mainly just thinking about organizing the examples so they could be run the same way and their code was laid out similarly so it...
That is good 👍 I will have a go at writing some examples and send over a PR
I am working on a patch for this, and will PR when ready.
Oh! I didn't see that! Should `collection_names` automatically use that method if the server version supports it then?
I was just digging through the protocol docs looking for something useful, and another possibility is to use the [listCommands](https://docs.mongodb.com/v3.0/reference/command/listCommands/#dbcmd.listCommands) command at connection time to configure behavior for this and...
Also, how do you feel about moving `_list_collections_3_0` from collection.py to database.py?
Ha, nothing is simple in the end, right? I am half way through a prototype implementation as you described above. I will make a PR once I'm done. Thanks for...
@EdLeafe Thanks for checking this out. I am going to try to figure out when this was introduced to swiftclient, and pin it at that version.