Module: kamailio Branch: master Commit: ec8e4ac7e2c73fc84f45c2445c08308fa02cd5f3 URL: https://github.com/kamailio/kamailio/commit/ec8e4ac7e2c73fc84f45c2445c08308fa02cd5f3
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-06-03T09:01:07+02:00 modules: readme files regenerated - sqlops ... [skip ci] --- Modified: src/modules/sqlops/README --- Diff: https://github.com/kamailio/kamailio/commit/ec8e4ac7e2c73fc84f45c2445c08308fa02cd5f3.diff Patch: https://github.com/kamailio/kamailio/commit/ec8e4ac7e2c73fc84f45c2445c08308fa02cd5f3.patch --- diff --git a/src/modules/sqlops/README b/src/modules/sqlops/README index e6b91d07f53..3cb8d7c873b 100644 --- a/src/modules/sqlops/README +++ b/src/modules/sqlops/README @@ -230,7 +230,7 @@ modparam("sqlops", "connect_mode", 1) Note that a result container can be used for different SQL queries, it is not required to have result container per SQL query. Use different - containers when the result records are needed at the same time (e.g., + containers when the result records are needed at the same time (e.g. compare a field from one result with a field from another result). Default value is 32. @@ -253,7 +253,7 @@ modparam("sqlops", "results_maxsize", 64) * -1 - error in parameters or query execution * 1 - query successful, at least one row in resultset (for SELECTs) * 2 - query successful, no rows returned - 3 - query successful, at least one row returned, but result + * 3 - query successful, at least one row returned, but result parameter was not given 4.1. sql_query(connection, query[, result]) @@ -355,9 +355,9 @@ sql_result_free("ra"); 4.5. sql_query_async(connection, query) Make an async SQL query using 'connection', if implemented by db driver - module (e.g., db_mysql). The query is executed in another process and + 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, + sql statements that don't return values (e.g. insert, delete, update...). Note that async_workers core parameter must be set in order to enable the asynchronous framework needed by this function. * connection - the name of the connection to be used for the query _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
