Thanks to visit codestin.com
Credit goes to postgrespro.com

npgsql - Npgsql2: Initial support for bug fix reported in message - Mailing list pgsql-committers

From [email protected] (User Jbcooley)
Subject npgsql - Npgsql2: Initial support for bug fix reported in message
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Initial support for bug fix reported in message 1005698.  The fix changes valid sql that produced incorrect results to
sometimesvalid sql that produced correct results when valid.   Also contains work in progress to resolve the invalid
sql.

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

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlDeleteGenerator.cs?r1=1.7&r2=1.8)
        SqlInsertGenerator.cs (r1.11 -> r1.12)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlInsertGenerator.cs?r1=1.11&r2=1.12)
        SqlSelectGenerator.cs (r1.9 -> r1.10)

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlUpdateGenerator.cs?r1=1.7&r2=1.8)
        VisitedExpression.cs (r1.14 -> r1.15)

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

pgsql-committers by date:

Previous
From: [email protected] (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Initial .NET code
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Remove a couple of unnecessary calls of CreateCacheMemoryContext.