diff --git a/doc/TODO b/doc/TODO index 8cd0aa8..7111bb9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -10,7 +10,6 @@ Bson MongoDB ------- -+ Support the new query flag: https://jira.mongodb.org/browse/SERVER-2020 + When one connection in a pool fails, close all other since they will likely fail too + on insert/update: reject keys that start with "$" or "." + dereference dbref diff --git a/mongoDB.cabal b/mongoDB.cabal index fc3dbcd..c047fb7 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -60,7 +60,7 @@ hs-source-dirs: . other-modules: ghc-prof-options: -auto-all ghc-shared-options: -ghc-options: -Wall -O2 +ghc-options: -Wall hugs-options: nhc98-options: jhc-options: \ No newline at end of file