npgsql - Npgsql: 2006-05-14 Josh Cooley <jbnpgsql@tuxinthebox.net>

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-05-14 Josh Cooley <jbnpgsql@tuxinthebox.net>
Date: 2006-05-15 02:37:36
Message-ID: 20060515023736.E9B3F86C55C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
2006-05-14 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>
* Fixed NpgsqlCommandBuilder.cs to use just the column name from the DataTable so that the case is consistent in the parameter names.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.10&r2=1.11)
NpgsqlParameter.cs (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2006-05-15 02:46:28 npgsql - Npgsql2: 2006-05-14 Josh Cooley <jbnpgsql@tuxinthebox.net>
Previous Message James William Pye 2006-05-14 06:27:29 python - rc: Give the connector the user specified password as well.