Log Message:
-----------
2006-05-14 Josh Cooley <[EMAIL PROTECTED]>
* 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)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match