Module: sip-router Branch: janakj/oracle Commit: e5b25b9f612f9b89c70d7da8e2b5cf5e8d133ff3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5b25b9f...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Sun Feb 15 14:05:01 2009 +0100
Updated for database interface version 2.0.
---
modules/db_oracle/dbase.c | 1193 ------------------------ modules/db_oracle/dbase.h | 104 --- modules/db_oracle/ora_cmd.c | 1273 ++++++++++++++++++++++++++ modules/db_oracle/ora_cmd.h | 80 ++ modules/db_oracle/ora_con.c | 273 ++++++ modules/db_oracle/ora_con.h | 104 +++ modules/db_oracle/{prepare.h => ora_fld.c} | 61 +- modules/db_oracle/{common.h => ora_fld.h} | 48 +- modules/db_oracle/{prepare.h => ora_res.c} | 69 +- modules/db_oracle/{utils.h => ora_res.h} | 25 +- modules/db_oracle/ora_uri.c | 282 ++++++ modules/db_oracle/{utils.h => ora_uri.h} | 33 +- modules/db_oracle/{db_mod.c => oracle_mod.c} | 31 +- modules/db_oracle/prepare.c | 450 --------- modules/db_oracle/utils.c | 166 ---- 15 files changed, 2165 insertions(+), 2027 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e5b2...