From 44b81328b3ed070a1208ecb93bc6cf996ed0d8c0 Mon Sep 17 00:00:00 2001 From: rubenrua Date: Thu, 15 Jun 2017 16:30:18 +0200 Subject: [PATCH] Add MongoDB sadness See: * https://github.com/api-platform/core/pull/461 * https://github.com/doctrine/mongodb-odm/pull/1553 --- databases/mongo.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/databases/mongo.md b/databases/mongo.md index ca5a8fc..272b564 100644 --- a/databases/mongo.md +++ b/databases/mongo.md @@ -37,6 +37,14 @@ db.MultimediaObject.find({"tags":{$elemMatch:{"$in":[null], "$exists":true}}}) ``` http://stackoverflow.com/questions/15335197/mongodb-query-array-with-null-values + +SAD +--- + +* Any like SQLite for MongoDB (for testing) +* PHP current status (No `doctrine/mongodb-odm`, No `api-platform`) + + Links -----