mongodb/test
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
..
Main.hs Tests use env variable to find mongodb host 2017-04-09 10:20:10 -07:00
QuerySpec.hs mongo 6: fix issue on collections with '.' 2023-05-29 11:48:05 +02:00
Spec.hs Report the version of mongodb we run tests against 2016-05-20 23:41:24 -07:00
TestImport.hs Drop testing of GHC 7.6 and mongo 2.4 2017-04-09 13:54:19 -07:00