npgsql - Npgsql2: Added support to not add type casts with prepared

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Added support to not add type casts with prepared
Дата
Msg-id 20080709034036.2F93E17AE70B@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Added support to not add type casts with prepared statements. Previous patch only added this capability for non
preparedqueries. Now, types without casts have the type written as "unknown" so type inference is done by server
backend.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlCommand.cs (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.23&r2=1.24)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix performance bug in write_syslog(): the code to preferentially
Следующее
От: richtej@pgfoundry.org (User Richtej)
Дата:
Сообщение: pgsphere - pgsphere: more compatible to applications