Npgsql 2.0.6 released!

From: "Francisco Figueiredo Jr(dot)" <francisco(at)npgsql(dot)org>
To: npgsql-devel <npgsql-devel(at)pgfoundry(dot)org>, Mono List <mono-list(at)lists(dot)ximian(dot)com>, pgsql-announce(at)postgresql(dot)org
Subject: Npgsql 2.0.6 released!
Date: 2009-07-11 20:10:22
Message-ID: 438d02260907111310y2e256352rd7725fe71169a9f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi, all!!

The Npgsql Development Team is proud to announce the Npgsql2 2.0.6 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 a minor bug fix for the stable 2.0 series.

The biggest highlights are:

This build should fix the problems people is having with long
running queries being cancelled even when the developer sets a high
timeout.
Thanks Adriaan, Npgsql now performs function checks much faster
on setups which have too many functions as now Npgsql sends a query
which allows server to use indexes to find the function.
Josh Cooley added fixes to some culture sensible queries. He
also fixed problems with unions and NULL values in columns

Visual Studio Designer support (not working right now)
Josh Cooley started to add visual studio designer support to
Npgsql. It is not working yet. We are using excellent Robert Simpson's
sqlite provider code as a base to ours. Thank you Robert!

You can see full changelog and release notes here:

http://pgfoundry.org/frs/shownotes.php?release_id=1434

You can dowload it from here: http://downloads.npgsql.org

Thank you to Josh Cooley for all his help with entity framework support!

Thank you to all who sent feedbacks, suggestions and patches.
You helped to make this release.

Please, feel free to give it a try and let us know if you find any
other problems.

Also, if you like Npgsql and want to show how much you like it, send
us a postcard!
http://fxjr.blogspot.com/2008/12/did-you-like-npgsql-send-us-postcard.html

--
Regards,

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

Browse pgsql-announce by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-07-12 05:33:28 PostgreSQL Live CD for 8.4.0 is released
Previous Message Bruce Momjian 2009-07-07 20:32:39 pg_migrator 8.4 released