Thread: npgsql - Npgsql2: [#1010231] Reading result set with UUID is very slow

npgsql - Npgsql2: [#1010231] Reading result set with UUID is very slow

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------

[#1010231] Reading result set with UUID is very slow
[#1010230] Reading result set with UUID is very slow

Applied patch to handle uuid types better. Now, instead of relying on ChangeType, it was added an explicit handler for
uuidtypes. 
Thanks Michael Parshin and Matthew Gabeler-Lee for patches.

Modified Files:
--------------
    Npgsql2/src/NpgsqlTypes:
        NpgsqlTypesHelper.cs (r1.16 -> r1.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.16&r2=1.17)
    Npgsql2/src/Npgsql:
        NpgsqlDataReader.cs (r1.14 -> r1.15)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlDataReader.cs.diff?r1=1.14&r2=1.15)