[OpenSIPS-Devel] [ opensips-Bugs-2813893 ] osipsconsole has wrong Postgres URI

SourceForge.net noreply at sourceforge.net
Thu Jul 16 19:02:13 CEST 2009


Bugs item #2813893, was opened at 2009-06-29 14:01
Message generated for change (Comment added) made by iulia_bublea
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2813893&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tools
Group: 1.5.x
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Iulia Bublea (iulia_bublea)
Summary: osipsconsole has wrong Postgres URI

Initial Comment:
On line 1561 in osipsconsole, the line is:

dbh = DBI->connect("DBI:$DBENGINE:database=$DBNAME;host=$DBHOST", (...)

This does not work. The docs at http://search.cpan.org/~rudy/DBD-Pg-1.32/Pg.pm show that the URI should be:

dbh = DBI->connect("DBI:$DBENGINE:dbname=$DBNAME;host=$DBHOST", (...)


----------------------------------------------------------------------

>Comment By: Iulia Bublea (iulia_bublea)
Date: 2009-07-16 20:02

Message:
Fixed bug in revions 5815, in trunk and also in release 1.5

Iulia

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-30 14:34

Message:
I have fixed this on trunk and 1.5, please check if it works.

Iulia

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2813893&group_id=232389



More information about the Devel mailing list