[sr-dev] git:master:6940ce0e: db_mongodb: updated details in docs about the limitations

Daniel-Constantin Mierla miconda at gmail.com
Wed Feb 11 15:45:09 CET 2015


Module: kamailio
Branch: master
Commit: 6940ce0e991fd5b6af9ef5822dc2b1a324319174
URL: https://github.com/kamailio/kamailio/commit/6940ce0e991fd5b6af9ef5822dc2b1a324319174

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-02-11T11:19:45Z

db_mongodb: updated details in docs about the limitations

---

Diff:  https://github.com/kamailio/kamailio/commit/6940ce0e991fd5b6af9ef5822dc2b1a324319174.diff
Patch: https://github.com/kamailio/kamailio/commit/6940ce0e991fd5b6af9ef5822dc2b1a324319174.patch

---

diff --git a/modules/db_mongodb/doc/db_mongodb_admin.xml b/modules/db_mongodb/doc/db_mongodb_admin.xml
index 5971e7d..ee34cb2 100644
--- a/modules/db_mongodb/doc/db_mongodb_admin.xml
+++ b/modules/db_mongodb/doc/db_mongodb_admin.xml
@@ -34,8 +34,12 @@
 	<itemizedlist>
 	<listitem>
 	<para>
-		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.
 	</para>
 	</listitem>
 	</itemizedlist>




More information about the sr-dev mailing list