Module: kamailio Branch: master Commit: 2b9e25a746afd7023bfe0aea885bd75d840976f1 URL: https://github.com/kamailio/kamailio/commit/2b9e25a746afd7023bfe0aea885bd75d...
Author: Luis Azedo luis.azedo@factorlusitano.com Committer: Luis Azedo luis.azedo@factorlusitano.com Date: 2015-05-04T16:45:14+01:00
db_text : add db_raw_query support
example . select watcher_username, called from active_watchers where expires <> -1
current limitations
. only select statements . where clause always uses "and"
---
Added: modules/db_text/dbt_raw_query.c Added: modules/db_text/dbt_raw_query.h Added: modules/db_text/dbt_raw_util.c Added: modules/db_text/dbt_raw_util.h Modified: modules/db_text/dbt_base.c Modified: modules/db_text/dbtext.h
---
Diff: https://github.com/kamailio/kamailio/commit/2b9e25a746afd7023bfe0aea885bd75d... Patch: https://github.com/kamailio/kamailio/commit/2b9e25a746afd7023bfe0aea885bd75d...