npgsql - Npgsql: 2006-01-01 Francisco Figueiredo Jr.

Started by Nonameover 20 years ago1 messagescomitters
Jump to latest
#1Noname
fxjr@pgfoundry.org

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 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&amp;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&amp;r2=1.22)