[mscorlib] New Path.Combine methods are exposed internally on pre 4.0 profiles
[mono.git] / mcs / class / Npgsql / ChangeLog
index 3595efb6ce9912f42bf51c71cebc7583f80c44a9..a91ba40c6b3af3064eca3364756c5ecc2553ab74 100644 (file)
@@ -1,3 +1,61 @@
+2009-11-20  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * Npgsql.dll.sources: Add
+       Npgsql{Factory,ConnectionStringBuilder}.cs
+       * Npgsql/NpgsqlConnectionString.cs: Comment out redefinition of
+       SslMode.
+       * Npgsql/NpgsqlConnectionStringBuilder.cs: Mark it for 2.x profile
+       onwards.
+       * Npgsql/NpgsqlFactory.cs: Make methods to work also on 2.x profile
+       
+2008-11-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
+
+       Undone update as it breaks the svn tree. 
+
+2008-11-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
+       
+       Updated Npgsql to Npgsql2 2.0.1. Now Npgsql requires .Net 2.0 or above
+
+2008-05-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
+
+        Fixed problems when notification thread throws exception. Not is
+       correctly thrown. See http://pgfoundry.org/forum/message.php?msg_id=1003387 for discussion about that. Thanks Josh Cooley for patch.
+
+
+2007-11-15  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       *Npgsql/NpgsqlCommand.cs:  [#1010187] Problem with parsing parameters and "<" or ">" operator with Prepare().
+        [#1010186] Thread safety problem when Parsing command text.
+        Thanks Hubert FONGARNAND for patches!
+
+2007-11-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+       *NpgsqlTypes/NpgsqlTypesHelper.cs: This is a single line patch version for handling Standard conforming strings parameter in postgresql.conf. You only need this version instead of 1.0 is you are using this setting or is planning to use it. Also, starting with 8.4 postgresql version, this parameter will be default to on in postgresql.conf. Today it is off.
+       More info can be obtained on this link: http://pgfoundry.org/tracker/index.php?func=detail&aid=1009624&group_id=1000140&atid=592
+       Thanks Laurenz Albe & Erich Lerch for their patch!
+
+
+2006-11-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       
+       *Npgsql/NpgsqlCommand.cs: [#1000765] InvalidCastException for ByteA
+       Parameter when command.Prepare() Thanks Hubert Fongarnand for patch!
+
+2006-10-20  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+        *Npgsql/NpgsqlCommand.resx,
+         Npgsql/NpgsqlConnection.cs,
+         Npgsql/NpgsqlCommand.cs,
+         Npgsql/NpgsqlState.cs,
+         Npgsql/NpgsqlConnectorPool.cs,
+         Npgsql/NpgsqlCommandBuilder.cs,
+         Npgsql/NpgsqlDataReader.cs,
+         NpgsqlTypes/LargeObjectManager.cs,
+         NpgsqlTypes/NpgsqlDbType.cs,
+         NpgsqlTypes/LargeObject.cs,
+         NpgsqlTypes/NpgsqlTypesHelper.cs,
+         NpgsqlTypes/FastPath.cs: Updated to 1.0 final version. 
+
+
+
 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
 
        * Test/TestConfiguration.cs: Moved from build/common.