npgsql - Npgsql2: [#1011325] Escaped strings don't work with EF.

From: fxjr(at)cvs(dot)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1011325] Escaped strings don't work with EF.
Date: 2013-03-31 16:33:12
Message-ID: 201303311633.r2VGXCvx023893@cvs.pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

[#1011325] Escaped strings don't work with EF. Thanks Andrey Polyakov for patch and tests.

Npgsql had a problem when hadling strings with escaped strings. This patch adds the proper syntax in order for this to work correctly. Check https://github.com/franciscojunior/Npgsql2/pull/10 for more info about this fix.

Modified Files:
--------------
Npgsql2/src/Npgsql/SqlGenerators:
VisitedExpression.cs (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/VisitedExpression.cs?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-03-31 21:04:04 pgsql: Add pkg-config files for libpq and ecpg libraries
Previous Message Bruce Momjian 2013-03-31 02:21:41 Re: Fix for pg_upgrade and invalid indexes