MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish 9bc616ccf5 finish: only close cursor if cursor-id is non-zero
A '0' cursor-id means that no cursor was created, so there's nothing
to kill.

Also, findOne should never have a cursor opened for it, so no need
to even call finish.
2010-02-01 09:04:47 -06:00
Database finish: only close cursor if cursor-id is non-zero 2010-02-01 09:04:47 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
mongoDB.cabal verison 0.2 2010-01-24 21:20:45 -06:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO serverInfo 2010-01-21 21:09:20 -06:00