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

2006-01-01  Francisco Figueiredo Jr.  <[EMAIL PROTECTED]>
        
    * 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 only works 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)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to