npgsql - Npgsql2: Fixed two bugs with Entity Framework SQL generation: - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: Fixed two bugs with Entity Framework SQL generation:
Date
Msg-id 20091221031910.68D611071DFA@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed two bugs with Entity Framework SQL generation:
[#1010727] Entity framework exception if null inserted in XML column
Changed null handling so that the value is only type cast when used in a select clause.
[#1010673] syntax error in queries generated by entity framework 2.0.6 ms.net sp1
Changed the filter handling to better work when subqueries in joins.

Modified Files:
--------------
    Npgsql2/src/Npgsql/SqlGenerators:
        SqlBaseGenerator.cs (r1.24 -> r1.25)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGenerator.cs?r1=1.24&r2=1.25)
        SqlSelectGenerator.cs (r1.8 -> r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlSelectGenerator.cs?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: More cleanups for the recent large object permissions patch.
Next
From: maosen@pgfoundry.org (User Maosen)
Date:
Subject: pgexternaltable - src: branch HDFS