[ANNOUNCE] Npgsql 2.0.11 released!

2010-11-06 Thread Francisco Figueiredo Jr.
Hi, all!!

The Npgsql Development Team is proud to announce the Npgsql2 2.0.11 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:

 Fix for bytea handling with Postgresql 9.0.


And many bug fixes:

 Fixed bugs:

[#1010863] GroupBy Expression with two or more parameters
creates a sql error
[#1010860] [EF, 2.0.10.0] Invalid query is generated
Added fix to return CLR type when working with NpgsqlInet and
IPAddress types in NpgsqlDataReader.GetValue(). See
http://pgfoundry.org/forum/message.php?msg_id=1006360 for more info
about that.
[#1010921] Data corrupted transferring bytea data from
PostgreSQL 9 server. Thanks Mathieu Fenniak for patch. See
http://pgfoundry.org/pipermail/npgsql-devel/2010-January/001057.html.
This patch should have been applied a long time ago. It was my fault
(Francisco) Sorry for that :(

New Features:
[#1010650] DbConnection.GetSchema: Metadata for Indexes


You can see full changelog and release notes here:
http://pgfoundry.org/frs/shownotes.php?release_id=1727


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

---(end of broadcast)---
-To unsubscribe from this list, send an email to:

   pgsql-announce-unsubscr...@postgresql.org


[ANNOUNCE] Psycopg 2.3.0 beta 1 released

2010-11-06 Thread Daniele Varrazzo
Today we have released the Psycopg 2.3.0 beta 1 testing package.

The 2.3 version introduces several new features to Psycopg:

* dict to hstore adaptation, compatible with both PostgreSQL 9.0
and previous versions
* two-phase commit protocol support as per DBAPI specification
* support for payload in notifications received from the backend

There are other minor changes and improvements, such as:

* an handy namedtuples returning cursor
* more faithful mogrify() results
* errorcodes module updated with the new symbolic constants
introduced in PostgreSQL 9.0

Further details and a list of bug fixes is available in the NEWS file
in the distribution.

We are interested in your feedback as there is still time to improve
the new features if needed. If you have anything to report you can use
our ticket submission form http://initd.org/psycopg/tracker/ and
follow the discussion on the issue tracker.

The announcement on the Psycopg website contains lot of links if you
want to take a look at some of the new features in detail:
http://initd.org/psycopg/articles/2010/11/06/psycopg-230-beta1-released/.

Regards.

---(end of broadcast)---
-To unsubscribe from this list, send an email to:

   pgsql-announce-unsubscr...@postgresql.org