npgsql - Npgsql2: do not prepend a : to the front of the parameter name

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: do not prepend a : to the front of the parameter name
Date: 2008-01-19 05:05:19
Message-ID: 20080119050519.ADCC117AD118@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
do not prepend a : to the front of the parameter name when no marker is present. This keeps the name the same as it was set and is required for entity framework support.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.13&r2=1.14)
NpgsqlParameter.cs (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.7&r2=1.8)
NpgsqlParameterCollection.cs (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameterCollection.cs.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2008-01-19 15:14:21 prefix - prefix: Imported Sources
Previous Message User Jbcooley 2008-01-18 14:14:42 npgsql - Npgsql2: Clone more properties, most importantly the