[sr-dev] [kamailio/kamailio] db_mongodb has a problem with projection (#1479)

kelchy notifications at github.com
Fri Mar 9 10:27:53 CET 2018


you are correct
it is because of these lines

```
        #if MONGOC_CHECK_VERSION(1, 5, 0)
        mgcon->cursor = mongoc_collection_find_with_opts (mgcon->collection,
                                                seldoc, mgcon->colsdoc, NULL);
        #else
        mgcon->cursor = mongoc_collection_find (mgcon->collection,
                                                MONGOC_QUERY_NONE, 0, 0, 0,
                                                seldoc, mgcon->colsdoc, NULL);
        #endif

```

i tried installing 1.5, it worked
but it does not work for 1.7 either

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1479#issuecomment-371760048
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180309/63626248/attachment.html>


More information about the sr-dev mailing list