mongodb/Database
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
..
MongoDB mongo 6: fix issue on collections with '.' 2023-05-29 11:48:05 +02:00
MongoDB.hs Add type signatures and extension in code 2016-11-07 21:13:56 +05:30