Module: kamailio Branch: 4.2 Commit: 6580596a53e26df9653d4ee13dd43144f912b51f URL: https://github.com/kamailio/kamailio/commit/6580596a53e26df9653d4ee13dd43144...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-02-12T09:52:12+01:00
db_mongodb: regenerated README file
(cherry picked from commit 7ae56a331209adeff7c5da86e1ebd8321d586a35)
---
Modified: modules/db_mongodb/README
---
Diff: https://github.com/kamailio/kamailio/commit/6580596a53e26df9653d4ee13dd43144... Patch: https://github.com/kamailio/kamailio/commit/6580596a53e26df9653d4ee13dd43144...
---
diff --git a/modules/db_mongodb/README b/modules/db_mongodb/README index a0f779c..9205d80 100644 --- a/modules/db_mongodb/README +++ b/modules/db_mongodb/README @@ -10,7 +10,7 @@ Daniel-Constantin Mierla
- Copyright © 2014 asipto.com + Copyright © 2014 asipto.com __________________________________________________________________
Table of Contents @@ -62,8 +62,12 @@ Chapter 1. Admin Guide
1.1. Limitations
- * This module has implemented INSERT, UPDATE and DELETE. Query - (SELECT) is not yet storing the result. + * This module has implemented the equivalent operations for INSERT, + UPDATE, DELETE and SELECT. The match condition (WHERE clause) works + with the operators: equal, not equal, greater than, less than, + equal or greater than, equal or less than. Raw query is not + implemented inside this module, use ndb_mongodb for sending any + kind of command to a MongoDB server.
2. Dependencies