Revision: 102
Author: carlosga_fb
Date: 2006-04-12 06:41:07 -0700 (Wed, 12 Apr 2006)
ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=102&view=rev
Log Message:
-----------
?\194?\183 Changes on Connection String parameter handling
Modified Paths:
--------------
trunk/PostgreSqlClient/source/UnitTests/App.config
Modified: trunk/PostgreSqlClient/source/UnitTests/App.config
===================================================================
--- trunk/PostgreSqlClient/source/UnitTests/App.config 2006-04-12 13:40:15 UTC (rev 101)
+++ trunk/PostgreSqlClient/source/UnitTests/App.config 2006-04-12 13:41:07 UTC (rev 102)
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
- <add key="User" value="postgres" />
+ <add key="User" value="" />
<add key="Password" value="" />
- <add key="Database" value="test" />
+ <add key="Catalog" value="test" />
<add key="DataSource" value="localhost" />
- <add key="Port" value="5432" />
+ <add key="PortNumber" value="5432" />
<add key="Connection lifetime" value="1" />
<add key="Pooling" value="false" />
<add key="Packet Size" value="8192" />
- <add key="SSL" value="false" />
+ <add key="SSL" value="true" />
</appSettings>
</configuration>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|