Skip to content

Commit

Permalink
modules: readme files regenerated - usrloc ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Nov 3, 2017
1 parent 7c52ffb commit 32d1c95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/modules/usrloc/README
Expand Up @@ -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).

Expand Down

0 comments on commit 32d1c95

Please sign in to comment.