persistent-mongoDB 1.1.3 → 1.1.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Database/Persist/MongoDB.hs view
@@ -476,7 +476,7 @@ -- Perhaps there is a less hacky way of creating a query that always returns false? ["$not" DB.=: ["$exists" DB.=: _id]] FilterOr fs -> multiFilter "$or" fs- -- $and is usually unecessary but makes query construction easier in special cases+ -- usually $and is unecessary, but it makes query construction easier in special cases FilterAnd [] -> [] FilterAnd fs -> multiFilter "$and" fs BackendFilter mf -> mongoFilterToDoc mf
persistent-mongoDB.cabal view
@@ -1,5 +1,5 @@ name: persistent-mongoDB-version: 1.1.3+version: 1.1.4 license: MIT license-file: LICENSE author: Greg Weber <greg@gregweber.info>