npgsql - Npgsql2: do not prepend a : to the front of the parameter name - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: do not prepend a : to the front of the parameter name
Date
Msg-id 20080119050519.ADCC117AD118@pgfoundry.org
Whole thread Raw
List 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
wasset 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)

pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Clone more properties, most importantly the
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: prefix - prefix: Imported Sources