New News Entry - Mailing list pgsql-www

From www@www.postgresql.com (World Wide Web Owner)
Subject New News Entry
Date
Msg-id 20041121192158.5B73D7385BF@www.postgresql.com
Whole thread Raw
Responses Re: New News Entry  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-www
A new entry has been added to the news database.

Database Admin: http://www.postgresql.org/admin/edit_news.php?244

Submitted by: fxjrlists@yahoo.com.br
Headline: Npgsql0.7 beta3 now available!!
Summary:

Npgsql 0.7 beta3 is finally out. Npgsql is a .Net data provider for postgresql.
Please, check the project homepage: http://gborg.postgresql.org/project/npgsql

Story:


Npgsql 0.7beta3 development release

Features added:
Large Object support: Npgsql now supports large object operations. Thanks Emiliano Necciari (e dot necciari at blogic
dotit) for the patch! 

Bug fixes:

Added workaround when using extended query mode to add parameter types explicitly when sending Parse messages. Backend
wassending errors for some queries like (select * from t where $1 in (...) ). Backend was saying it could not recognize
parametertype of $1. Thanks Martin ( martijn at boland dot org) for heads up. 

Fixed parameter replace when next byte after parameter name is \'\\\\r\'. Thanks Ivan Radovanovic (rivan at sezampro
dotyu) for the fix. 

Fixed NpgsqlDataReader.GetBytes: Added a little fix for proper handling of getbytes with current Npgsql semantics in
mind.For while, we just support offset value of 0 as we read all the bytes field value at a time. So there is no copy
whenoffset is not 0. 

Fixed IDisposable pattern implementation of NpgsqlTransaction. Now it doesn\'t incorrectly raise InvalidOperation
exceptions.Thanks Ivan Radovanovic ( rivan at sezampro dot yu ) for heads up. 

Fixed NpgsqlCommand.Connection set property. Now connection values can be set when a connection is in place, but just
ifthe connection being set is the same as the connection which the transaction is running on. Thanks Ivan Radovanovic (
rivanat sezampro dot yu ) for heads up. 

gborg 1000: Fixed NullReferenceException when setting parameter value to DBNull after creating parameter without
specifyingits NpgsqlDbType. 

Fixed NpgsqlDataReader.GetBytes for .Net 1.0 compliance. CopyTo() doesn\'t have an overload which takes an Int64.
ThanksBrar Piening (brar at piening dot info) for heads up 

Fixed assembly info version to 0.7.

Fixed handling of invalid authentication methods. Thanks Magnus Hagander (mha at sollentuna dot net) for the heads up.


You can download Npgsql source or bin from:
http://gborg.postgresql.org/project/npgsql/download/download.php?branch=devel



pgsql-www by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: "Stretchy" vs. Fixed-width
Next
From: "Marc G. Fournier"
Date:
Subject: Re: "Stretchy" vs. Fixed-width