Module: kamailio Branch: master Commit: 61d6b119398a87c4a877de3fba0dc9c6ec2830a7 URL: https://github.com/kamailio/kamailio/commit/61d6b119398a87c4a877de3fba0dc9c6ec2830a7
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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. _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
