npgsql - Npgsql: 2006-01-01 Francisco Figueiredo Jr. - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql: 2006-01-01 Francisco Figueiredo Jr.
Date
Msg-id 20060101234252.072331033DF9@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

2006-01-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

    * NpgsqlCommand.cs: [#1000497] Dot in parameter name causes exception. Added performance patch for
GetClearCommandText()thanks Bryan Mayland. 
    * NpgsqlParameterCollection.cs: Added performance patch for GetClearCommandText() thanks Bryan Mayland.
    * [#1000454] Getting identifier of an inserted row. Added property LastInsertedOID to NpgsqlCommand. This property
onlyworks when using a single insert command and the table was created with oids else it returns 0. 

Modified Files:
--------------
    Npgsql/src/Npgsql:
        NpgsqlCommand.cs (r1.85 -> r1.86)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.85&r2=1.86)
        NpgsqlParameterCollection.cs (r1.21 -> r1.22)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlParameterCollection.cs.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: newsysviews - newsysview: use the CASE WHEN workaround to handle the
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Don't forget buffer.c in the dist.