X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 80D363A3D65 for ; Sun, 21 Nov 2004 19:22:08 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 33997-03 for ; Sun, 21 Nov 2004 19:21:58 +0000 (GMT) Received: from www.postgresql.com (unknown [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id BCD253A2309 for ; Sun, 21 Nov 2004 19:21:59 +0000 (GMT) Received: by www.postgresql.com (Postfix, from userid 80) id 5B73D7385BF; Sun, 21 Nov 2004 19:21:58 +0000 (GMT) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20041121192158.5B73D7385BF@www.postgresql.com> Date: Sun, 21 Nov 2004 19:21:58 +0000 (GMT) From: www@www.postgresql.com (World Wide Web Owner) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=1.8 tagged_above=0.0 required=5.0 tests=DOMAIN_BODY X-Spam-Level: * X-Archive-Number: 200411/301 X-Sequence-Number: 6032 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 dot it) for the patch! Bug fixes: Added workaround when using extended query mode to add parameter types explicitly when sending Parse messages. Backend was sending errors for some queries like (select * from t where $1 in (...) ). Backend was saying it could not recognize parameter type 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 dot yu) 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 when offset 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 if the connection being set is the same as the connection which the transaction is running on. Thanks Ivan Radovanovic ( rivan at sezampro dot yu ) for heads up. gborg 1000: Fixed NullReferenceException when setting parameter value to DBNull after creating parameter without specifying its NpgsqlDbType. Fixed NpgsqlDataReader.GetBytes for .Net 1.0 compliance. CopyTo() doesn\'t have an overload which takes an Int64. Thanks Brar 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