npgsql - Npgsql2: More explicit serialisation of numeric types, for - Mailing list pgsql-committers

From talliesin@pgfoundry.org (User Talliesin)
Subject npgsql - Npgsql2: More explicit serialisation of numeric types, for
Date
Msg-id 20081225172113.AAE8517ADDF7@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
More explicit serialisation of numeric types, for added type-safety (reducing attack surface for exploits based on
passingnon-numeric data where numeric data is expected). 

Modified Files:
--------------
    Npgsql2/src/NpgsqlTypes:
        NpgsqlTypeConverters.cs (r1.12 -> r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypeConverters.cs.diff?r1=1.12&r2=1.13)
        NpgsqlTypesHelper.cs (r1.26 -> r1.27)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.26&r2=1.27)

pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: fixed typo from code reformat change
Next
From: talliesin@pgfoundry.org (User Talliesin)
Date:
Subject: npgsql - Npgsql2: Fix lack of parameter length in certain cases (bug