MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish fb2f09171a change BsonDoc representation to maintain order
Turns out that order is sometimes important for BSON documents. Case
in point, "mapreduce" has to be the first field for the map/reduce
command.

To accomidate this we'll switch from using 'Map' to using a tuple-list
(eg '[(L8.ByteString, BsonValue)]'). Luckily most code that was using
toBsonDoc doesn't need to change.

While at it, 'Convertible' is not adding much value, and was causing
ambiguities making it less usefull (was requiring explicit type hints
more then it should have). Thus we are switching to our own conversion
typeclasses.
2010-03-08 07:08:30 -06:00
Database change BsonDoc representation to maintain order 2010-03-08 07:08:30 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
mongoDB.cabal v0.3 2010-03-04 19:44:20 -06:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO change BsonDoc representation to maintain order 2010-03-08 07:08:30 -06:00
tutorial.md tutorial: add hint about binding allDocs to find 2010-03-01 08:28:38 -06:00