Module: kamailio Branch: 4.2 Commit: 458e8ba0ff7a7453050734c47f71a7b9bcaa03a6 URL: https://github.com/kamailio/kamailio/commit/458e8ba0ff7a7453050734c47f71a7b9...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-02-12T09:52:40+01:00
sqlops: regenereated the readme file
(cherry picked from commit 61d6b119398a87c4a877de3fba0dc9c6ec2830a7)
---
Modified: modules/sqlops/README
---
Diff: https://github.com/kamailio/kamailio/commit/458e8ba0ff7a7453050734c47f71a7b9... Patch: https://github.com/kamailio/kamailio/commit/458e8ba0ff7a7453050734c47f71a7b9...
---
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.