Npgsql 2.0.12 beta 2 released

From: "Francisco Figueiredo Jr(dot)" <francisco(at)npgsql(dot)org>
To: Mono List <mono-list(at)lists(dot)ximian(dot)com>, pgsql-announce(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org, npgsql-devel <npgsql-devel(at)pgfoundry(dot)org>
Subject: Npgsql 2.0.12 beta 2 released
Date: 2011-09-29 03:33:11
Message-ID: CACUQdMaCPTst01S8mvks9sHrVVGc_pyp8MZj-oazXdjzMMTe_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-interfaces

Hi, all!!

The Npgsql Development Team is proud to announce the Npgsql2 2.0.12
beta2 release!

Npgsql is a .Net Data provider written 100% in C# which allows .net
programs to talk to postgresql backends. Npgsql is licensed under BSD.
More info can be obtained from http://www.npgsql.org

This release is another step in the direction of the final 2.0.12 release.

Here is the changelog of this version:

Npgsql 2.0.11.92 ( 2.0.12 beta2)

Fixed bugs:

[#1011008] Add PhysicalAddress (MAC Address) support to
Npgsql. Thanks Gildas for patche and test case.

[#1010977] Add application_name support to connection string.
Thanks Chris Coleman for patch.

[ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time
Parameter. Thanks Patrick Earl for patch.
Also added test case to reproduce the problem.

[#1011021] Support DbMetaDataCollectionNames.ReservedWords.
Thanks Patrick Earl for patch.

Fixed problem with last update about Password as byte[].
Reverted type of Password property of
NpgsqlConnectionStringBuilder to String again. It was changed
from String to byte[] which was
causing problems with previous client code. There is a new
property called PasswordAsByteArray for those willing to use the
byte[] property. Thanks Dan Shoubridge for heads up.

[#1011044]. Fixed missing NpgsqlDataReader.GetTimeSpan() method.
Added unit test case to cover this method.

Added patch from Patrick Earl. Thanks, Patrick!
http://pgfoundry.org/forum/message.php?msg_id=1014749
This was implemented to support more of the NHibernate test suite.

src/NpgsqlTypes/NpgsqlTypeConverters.cs:
[npgsql-Patches-1011012 ] Australian Date and Time Formats.
Thanks Hans Peter for patch

Fixes to VS.Net project properties. Thanks Philippe Le Grand
for heads up.

Thank you very much for all the bug reports and patches sent!
Thanks Josh Cooley for all his help with this release.

Grab this version from:
http://downloads.npgsql.org

Feedback, comments and patches are always welcome!

--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2011-10-03 06:56:20 == PostgreSQL Weekly News - October 02 2011 ==
Previous Message Jignesh Shah 2011-09-27 09:20:41 Learn about VMware’s new data solutions at #PgWest

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andy Chambers 2011-11-16 10:30:32
Previous Message Greg Sabino Mullane 2011-07-05 14:31:51 Re: DBD::Pg - question on using LIKE operator with bind variable