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

Поиск
Список
Период
Сортировка
От jbcooley@pgfoundry.org (User Jbcooley)
Тема npgsql - Npgsql2: do not prepend a : to the front of the parameter name
Дата
Msg-id 20080119050519.ADCC117AD118@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jbcooley@pgfoundry.org (User Jbcooley)
Дата:
Сообщение: npgsql - Npgsql2: Clone more properties, most importantly the
Следующее
От: dim@pgfoundry.org (User Dim)
Дата:
Сообщение: prefix - prefix: Imported Sources