[SR-Dev] git:janakj/postgres: - sql:// changed to mysql:// in all modules

Jan Janak jan at iptel.org
Sun Feb 15 18:55:25 CET 2009


Module: sip-router
Branch: janakj/postgres
Commit: d357fdbcfa406c4f4b167170207c3120d0f8007e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d357fdbcfa406c4f4b167170207c3120d0f8007e

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Mon Nov  3 13:03:56 2003 +0000

- sql:// changed to mysql:// in all modules

---

 modules/db_postgres/dbase.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db_postgres/dbase.c b/modules/db_postgres/dbase.c
index 8262df6..24b7e80 100644
--- a/modules/db_postgres/dbase.c
+++ b/modules/db_postgres/dbase.c
@@ -115,7 +115,7 @@ static int connect_db(db_con_t* _h, const char* _db_url)
 
 	/*
 	** get the connection parameters parsed from the db_url string
-	** it looks like: sql://username:userpass@dbhost:dbport/dbname
+	** it looks like: postgres://username:userpass@dbhost:dbport/dbname
 	** username/userpass : name and password for the database
 	** dbhost :            the host name or ip address hosting the database
 	** dbport :            the port to connect to database on




More information about the sr-dev mailing list