npgsql - Npgsql: 2006-05-04 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-05-04 Francisco Figueiredo Jr.
Date: 2006-05-04 14:21:21
Message-ID: 20060504142121.2AFC686C579@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

2006-05-04 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

* NpgsqlCommand.cs: return count for fetch and move, too, patch from Federico Di Gregorio (fog at initd dot org). Changed UpdateOutputParameters to use FieldIndex which now doesn't throw exceptions when not finding fieldName. [gborg 1185] Thanks (regmaster at gmx.li) for heads up patch and Michael Farr (mfarr at paradise dot net dot nz) for heads up and patch.
* NpgsqlDataReader.cs: Changed to use FieldIndex which doesn't throw exception anymore.
* NpgsqlRowDescription.cs: Changed FieldIndex method to not throw exception anymore.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommand.cs (r1.95 -> r1.96)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.95&r2=1.96)
NpgsqlDataReader.cs (r1.48 -> r1.49)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlDataReader.cs.diff?r1=1.48&r2=1.49)
NpgsqlRowDescription.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlRowDescription.cs.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-05-04 16:07:29 pgsql: Rethink the locking mechanisms used for CREATE/DROP/RENAME
Previous Message Christopher Kings-Lynne 2006-05-04 01:49:21 Re: pgsql: GIN: Generalized Inverted iNdex.