[sr-dev] git:master:61d6b119: sqlops: regenereated the readme file

Daniel-Constantin Mierla miconda at gmail.com
Wed Feb 11 13:06:11 CET 2015


Module: kamailio
Branch: master
Commit: 61d6b119398a87c4a877de3fba0dc9c6ec2830a7
URL: https://github.com/kamailio/kamailio/commit/61d6b119398a87c4a877de3fba0dc9c6ec2830a7

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-02-11T13:05:41+01:00

sqlops: regenereated the readme file

---

Modified: modules/sqlops/README

---

Diff:  https://github.com/kamailio/kamailio/commit/61d6b119398a87c4a877de3fba0dc9c6ec2830a7.diff
Patch: https://github.com/kamailio/kamailio/commit/61d6b119398a87c4a877de3fba0dc9c6ec2830a7.patch

---

diff --git a/modules/sqlops/README b/modules/sqlops/README
index 1ad1be6..ccf03b3 100644
--- a/modules/sqlops/README
+++ b/modules/sqlops/README
@@ -280,7 +280,8 @@ sql_result_free("ra");
    module (e.g., db_mysql). The query is executed in another process and
    result is not available back to config, thus it should be used only for
    sql statements that don't return values (e.g., insert, delete,
-   update...).
+   update...). Note that async_workers core parameter must be set in order
+   to enable the asyncronous framework needed by this function.
      * connection - the name of the connection to be used for the query
        (defined via "sqlcon" parameter).
      * query - SQL query string or pseudo-variables containing SQL query.




More information about the sr-dev mailing list