npgsql - Npgsql2: Fixed two bugs with Entity Framework SQL generation:

Поиск
Список
Период
Сортировка
От jbcooley@pgfoundry.org (User Jbcooley)
Тема npgsql - Npgsql2: Fixed two bugs with Entity Framework SQL generation:
Дата
Msg-id 20091221031910.68D611071DFA@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: More cleanups for the recent large object permissions patch.
Следующее
От: maosen@pgfoundry.org (User Maosen)
Дата:
Сообщение: pgexternaltable - src: branch HDFS