npgsql - Npgsql2: Fix Clone method so that type_info doesn't get - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: Fix Clone method so that type_info doesn't get
Date
Msg-id 20080306044706.9A18017ADCC4@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix Clone method so that type_info doesn't get automatically initialized through the property getter.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlParameter.cs (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Wording fix: < o Have CONSTRAINT cname NOT NULL preserve the
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: More select statement support plus simple dml support