Thread: New News Entry
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, News approved. Will appear in main site in an hour. BTW, we intend to announce the stable versions or first betas of PostgreSQL related softwares, instead of announcing tbe beta stages. We hope to hear from you in next stable version. Regards, Devrim On Sun, 21 Nov 2004, World Wide Web Owner wrote: > A new entry has been added to the news database. > > 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. Backendwas sending errors for some queries like (select * from t where $1 in (...) ). Backend was saying it could not recognizeparameter 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 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 > > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > - -- Devrim GUNDUZ devrim~gunduz.org devrim.gunduz~linux.org.tr http://www.tdmsoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBoahxtl86P3SPfQ4RAm1PAJwIxZhVm4WBCzZbw8ElXxIYxrAyzwCeMUIm 2DYelmG6YukZSh28LBSbotM= =hjrF -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Mon, 22 Nov 2004, Francisco Figueiredo Jr. wrote: > In fact this was my first news about npgsql on postgresql site. Sorry > for breaking this postgresql site etiquette. > > But for sure I will add news about the stable releases of Npgsql! :) You haven't broken our etiquette actually. Anyway, I'm not a native speaker of English and know that I couldn't tell what I tried to say :-) Cheers, - -- Devrim GUNDUZ devrim~gunduz.org devrim.gunduz~linux.org.tr http://www.tdmsoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBourHtl86P3SPfQ4RAu2GAJ9igeD6qeK+m5MG1TaZM/J+QmLjDwCfdi1M iSDVa66ZN7LRr7rsDPnfdpA= =1fkv -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Devrim GUNDUZ wrote: | | Hi, | Hi Devrim. | News approved. Will appear in main site in an hour. | Thank you. | BTW, we intend to announce the stable versions or first betas of | PostgreSQL related softwares, instead of announcing tbe beta stages. We | hope to hear from you in next stable version. | Ohh, ok. In fact this was my first news about npgsql on postgresql site. Sorry for breaking this postgresql site etiquette. But for sure I will add news about the stable releases of Npgsql! :) - -- Regards, Francisco Figueiredo Jr. Membro Fundador do Projeto MonoBrasil - MonoBrasil Project Founder Member http://monobrasil.softwarelivre.org - ------------- "Science without religion is lame; religion without science is blind." ~ ~ Albert Einstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQEVAwUBQaKGU/7iFmsNzeXfAQJ2YAf+PZngHFODjviCsH81N9u2L/88nx+1FXjB IZupp3P55oTSXXEN7lQr4q9rkczgUMmNqSqKo98F8Q+27E1B797u4maaOcvcff0Z gh3qZKX4yXOyqs3ChSvxdppdbQG4zye/aUak9sIMYOrRe+SewMo9GXVWU5mUwrm9 eHzbCIKoffjrlm37+WkAD25ZbCJchOcZozHtrYW8k1FPmZYSYMB8w2h/4dQCJ13v 1EfIduxb4Txg/2AYMXp9SnFF5mkMb+YBCtpO9/mhdDav9TdSNYvtbgKxrs6bYUdH Lep9Am1l1MpOffQHvHOFiyEOrPnv9/Ju2s1sVd83bmS6eOUfYvmTVw== =s2zX -----END PGP SIGNATURE-----