Revision: 217
http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=217&view=rev
Author: crazedsanity
Date: 2011-11-22 03:06:03 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
Slightly better exception (includes connection string).
Modified Paths:
--------------
trunk/current/db_types/cs_phpDB__pgsql.class.php
Modified: trunk/current/db_types/cs_phpDB__pgsql.class.php
===================================================================
--- trunk/current/db_types/cs_phpDB__pgsql.class.php 2011-10-24 16:09:50 UTC (rev 216)
+++ trunk/current/db_types/cs_phpDB__pgsql.class.php 2011-11-22 03:06:03 UTC (rev 217)
@@ -197,7 +197,7 @@
$retval = $this->connectionID;
}
else {
- throw new exception(__METHOD__ .": FATAL ERROR: ". $connectError);
+ throw new exception(__METHOD__ .": FATAL ERROR: ". $connectError . "\n CONNSTR: ". $connStr);
}
}
else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|