npgsql - Npgsql2: Fix Include combined with Skip and/or Take using linq

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fix Include combined with Skip and/or Take using linq
Date: 2012-07-07 02:10:56
Message-ID: 20120707021056.71FCF1C7059E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix Include combined with Skip and/or Take using linq to entities for bug #1011208

Modified Files:
--------------
Npgsql2/src/Npgsql/SqlGenerators:
SqlBaseGenerator.cs (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGenerator.cs?r1=1.29&r2=1.30)
VisitedExpression.cs (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/VisitedExpression.cs?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2012-07-07 02:20:50 npgsql - Npgsql2: Updated for build 2.0.11.94
Previous Message Jan Urbański 2012-07-06 21:12:44 Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings.