Module: sip-router
Branch: janakj/postgres
Commit: 96d2a408aca38cd424b37f12de53b3cd2f04afb9
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96d2a40…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Fri Jan 6 13:21:35 2006 +0000
- safer public function names
- short test code added
- fixed module name in comments
- support for NULL values in where clause
- LOG(L_ERR, -> ERR
- PQserverVersion compiled conditionaly
---
modules/db_postgres/db_con.c | 4 +-
modules/db_postgres/db_mod.c | 118 ++++++++++++++++--
modules/db_postgres/dbase.c | 292 ++++++++++++++++++++++--------------------
modules/db_postgres/dbase.h | 18 ++--
modules/db_postgres/pg_con.c | 37 +++---
modules/db_postgres/pg_con.h | 4 +-
modules/db_postgres/res.c | 46 ++++----
modules/db_postgres/res.h | 6 +-
8 files changed, 321 insertions(+), 204 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=96d…