npgsql - Npgsql: 2005-11-29 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2005-11-29 Francisco Figueiredo Jr.
Date: 2005-11-29 14:07:29
Message-ID: 20051129140729.DC8071125054@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

2005-11-29 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

* NpgsqlParameter.cs,
NpgsqlCommandBuilder.cs: [gborg 1392] Fixed case sensitivity problems when using NpgsqlCommandBuilder. Now, all field and table names are properly quoted. Thanks Gridnine Systems (www.gridnine.com) for patch. [#1000447]

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlParameter.cs (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.26&r2=1.27)
NpgsqlCommandBuilder.cs (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Chriskl 2005-11-30 02:57:52 mysqlcompat - mysqlcompat: Start on the MySQL string functions
Previous Message Alvaro Herrera 2005-11-29 11:24:34 Re: pgsql: Document PGXS' REGRESS feature.