lazedo wants to merge 1 commit into kamailio:master from lazedo:lazedo/db_text_raw_query:
example . `select watcher_username, called from active_watchers where expires <> -1`
current limitations
. only select statements . where clause always uses "and" You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/146
-- Commit Summary --
* db_text : add db_raw_query support
-- File Changes --
M modules/db_text/dbt_base.c (50) A modules/db_text/dbt_raw_query.c (201) A modules/db_text/dbt_raw_query.h (37) A modules/db_text/dbt_raw_util.c (247) A modules/db_text/dbt_raw_util.h (40) M modules/db_text/dbtext.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/146.patch https://github.com/kamailio/kamailio/pull/146.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/146
Merging this as fixing the initial patch where the raw query was table name (not like a valid query).
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/146#issuecomment-99195256
Merged #146.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/146#event-297561110