npgsql - Npgsql: 2005-12-29 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2005-12-29 Francisco Figueiredo Jr.
Date: 2005-12-29 03:43:13
Message-ID: 20051229034313.7DFEC1125070@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

2005-12-29 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

* NpgsqlCommand.cs: [#1000500] Fixed problem when parsing parameter names with NpgsqlCommand.Prepare(), [#1000497] Fixed problem with dot in parameter names.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-29 04:02:32 pgsql: Remove a space that incorrectly precedes a comma in the PL/pgSQL
Previous Message James William Pye 2005-12-28 23:54:30 python - be: Clear up warnings.