Module: kamailio
Branch: master
Commit: 32d1c9530fd64459da33dce60a25f319d65f7cb9
URL:
https://github.com/kamailio/kamailio/commit/32d1c9530fd64459da33dce60a25f31…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-11-03T13:31:21+01:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff:
https://github.com/kamailio/kamailio/commit/32d1c9530fd64459da33dce60a25f31…
Patch:
https://github.com/kamailio/kamailio/commit/32d1c9530fd64459da33dce60a25f31…
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README
index b8faee9efb..74a9672951 100644
--- a/src/modules/usrloc/README
+++ b/src/modules/usrloc/README
@@ -924,7 +924,13 @@ modparam("usrloc", "db_raw_fetch_type", 1)
3.42. db_insert_null (int)
If set to 1, the insert operation to database will add null values in
- the sql statement.
+ the statement. It has to be set to 1 for the database systems that do
+ not have table definitions that create automatically the null fields
+ (e.g., db_mongodb) for each stored record.
+
+ When set to 0, the fiels that default to null are not added to the DB
+ insert statement if they don't have a different value, making the query
+ smaller.
Default value is “0” (don't add null fields in insert statement).