mongodb/Database/MongoDB/Internal
Pierre Mizrahi 51358d13c4 mongo 6: fix issue on collections with '.'
Collection names are allowed to have a '.' in their name, db
names aren't (see
https://www.mongodb.com/docs/manual/reference/limits/#naming-restrictions)

This codes changes the logic to extract the collection
name form a FullConnecton string by stripping until the first
dot, and provides a test case.
2023-05-29 11:48:05 +02:00
..
Network.hs Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Protocol.hs repair single document upserts when using OP_MSG 2023-02-13 14:05:56 +01:00
Util.hs mongo 6: fix issue on collections with '.' 2023-05-29 11:48:05 +02:00