mongodb/Database/MongoDB
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
..
Internal mongo 6: fix issue on collections with '.' 2023-05-29 11:48:05 +02:00
Transport Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Admin.hs Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Connection.hs Fixed a typo in openReplicatSetSRV' documentation strings. 2022-09-02 10:53:06 +02:00
GridFS.hs Cleaning, updating codebase to avoid warnings/infos 2022-06-18 13:33:55 +02:00
Query.hs mongo 6: fix issue on collections with '.' 2023-05-29 11:48:05 +02:00
Transport.hs Undo some inessential changes 2020-04-01 16:53:37 +02:00